The repository contains an example microservice in pure PHP for demonstration/educational purpose.
See the connected articles in the series.
Running tests:
Prerequisites:
- php -S localhost:8081 -t test/fixtures
- php -S localhost:8000 -t ./public/
Test case:
- ./vendor/bin/phpunit test
