(2020) Get started with PHP and Docker.
If you're using Docker make sure you have Docker and Docker Compose installed.
# composer install
composer i
composer start
make start # build & run your script
make stop # stop your docker container
.\ps\run.ps1 start # build & run your script
.\ps\run.ps1 stop # stop your docker container
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.