NaoyaMiyagawa / cakephp4-csv-download-demo

Demo implementation for CSV/TSV download in CakePHP4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CakePHP4 CSV/TSV Download Demo

This is a sample app to implement CSV/TSV download feature with CakePHP4. (it can be implemented in the same way in CakePHP3 as well)

More detailed is here: CakePHPでCSV/TSVダウンロード機能を実装する🥮 - Fusic Tech Blog

See Implemetations

How to Get Started

cp .env.example .env; vim .env

docker compose up -d

# Install php dependencies
docker compose exec web composer install

Visit http://localhost/pages/demo

demo_page

Sample Files

Can be found here ./sample_files

About

Demo implementation for CSV/TSV download in CakePHP4


Languages

Language:PHP 88.2%Language:Shell 5.4%Language:CSS 4.6%Language:Dockerfile 1.0%Language:Batchfile 0.8%