Hands on part of the "Develop RESTful API in PHP using Apigility" tutorial at PHP Benelux 2016.
You can install the tutorial using composer:
$ composer install
After that you can run the Apigility Admin UI with the following command:
php -S 0:8888 -t public/ public/index.php
and open your browser to http://localhost:8888.
The tutorial is based on exercises, to see the solution of each one you need to checkout the specific branch. For instance, for the exercise 1 execute the following command:
git checkout -b exercise/1 origin/exercise/1
All the exercises are stored in the exercise/*
branches.