aws demo zf apigility phinx
1.0.0
This demo use ZF Apiligity with Phinx Database migration and deployed with AWS CodeDeploy.
Visit our Tutorial Deploy with AWS - Part 1 : CodeDeploy to create the AWS infrastructure, configure continuousphp and AWS CodeDeploy to create your development pipeline.
create a build.local.properties file with:
dir.vendor=./vendor
phinx.bin=${dir.vendor}/bin/phinx
db.host=127.0.0.1
db.port=3306
db.name=skeleton
db.username=root
db.password=