Installation

Run in command line: composer install

Copy or rename .env.example to .env and fill all required information in it.

Run in command line: php -S localhost:8000 and visit http://localhost:8000 where you will see json output.

Tests

Run in command line:

vendor/bin/phpunit