A minimal, battery-included starting point for modern PHP development with Docker Compose. Spin up a repeatable local stack in seconds, keep production parity, and stop polluting your host OS.
git clone https://github.com/asterixcapri/php-docker-project-template my-app
cd my-app
docker compose up -d
./shell.sh