relesbao / php-service-skeleton

A PHP skeleton for a service oriented architecture
MIT License
0 stars 0 forks source link

PHP SERVICE SKELETON

Build Status

Skeleton application based on the Silex Framework to run php applications on a service based architecture.

What do you need to get started:

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 skeleton

Install deps:

cd skeleton && make

Run it

make run

Test

make test

By default the docker machine exposes the 8080 port, you can change it by editing the docker-compose.yml file