A simple microservice using Framework X - async made easy.
It could be used as skeleton for microservices. Clone the repository and run the project!
- Clone this repository
- Run
composer install
- Run built-in web server:
php public/index.php
- Go to http://localhost:8080
For running test suite, just run from root directory:
composer test