Skeleton application based on the Silex Framework to run php applications on a service based architecture.
Once you get it all installed you can run the following commands to get your skeleton up and running:
Download the skeleton:
git clone https://github.com/relesbao/php-service-skeleton.git skeletonInstall deps:
cd skeleton && makeRun it
make runTest
make testBy default the docker machine exposes the 8080 port, you can change it by editing the docker-compose.yml file