Simple project using Silex to implement the classic programming exercise "Cash Machine", providing it as a RESTFul endopoints.
Clone this project
Run composer install
This project was build with a LAMP environment, using vagrant to setup it (scotchbox-3.0 - see more details in https://box.scotch.io/)
The configuration for dev hosts was creating using php CLI with create-project.php file (https://gist.github.com/lrcarvalho/21a2ff64c1102c10de0762663d279ad6)
- Linux (Ubuntu 14.04)
- PHP7
- Apache 2.2
- Composer
- PHPUnit
Go to the project folder and run ./phpunit
This project is licensed under the MIT License - see the LICENSE.md file for details