Skip to content

Hands on part of the Apigility tutorial at PHP Benelux 2016

Notifications You must be signed in to change notification settings

ezimuel/php-benelux-apigility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Benelux 2016 Apigility tutorial

Hands on part of the "Develop RESTful API in PHP using Apigility" tutorial at PHP Benelux 2016.

Installation

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.

Exercises

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.

About

Hands on part of the Apigility tutorial at PHP Benelux 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages