Skip to content

tstomtimes/csv_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV Export Sample

概要

DockerベースのLANP環境にCSV出力のサンプルコードを配置したもの

使い方

$ git clone https://github.com/tstomtimes/csv_export.git
$ cd csv_export
$ docker-compose up

上記コードを実行した後、下記リンクをクリック http://localhost:8080

Dockerの構成

  • nginx:latest
  • php:7.2-fpm
  • mysql:5.7

サンプルコードの内容

以下の2ファイルがサンプルコードです。

  • index.php ----(1)適当なcsv起爆用ページ
  • export.php ----(2)csv出力用コード

備考

Web用に8080ポート、phpAdmin用に8888を使用しているので、すでに同じポートを使用している場合は、composeファイルにてポートを変更するなど調整

About

CSV export sample by php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published