Skip to content

ezimuel/php-summercamp-apigility

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Apigility Workshop

at PHP Summer Camp 2015 - Rovinj (Croazia)

This is the hands-on part of the Develop RESTful API in PHP using Apigility workshop presented by Enrico Zimuel at the PHP Summer Camp 2015 conference in Rovinj (Croazia).

The slides of the workshop are reported here

Installation

You can install the Apigility workshop using composer:

php composer.phar install

To enable the Apigility UI you need to execute the following command:

php public/index.php development enable

You can finally execute the Apigility UI running this command:

php -S 0.0.0.0:8888 -t public public/index.php

Open your browser at http://localhost:8888 and start to use Apigility!

The first exercise of the workshop is reported here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published