Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezimuel/php-summercamp-apigility
https://github.com/ezimuel/php-summercamp-apigility
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ezimuel/php-summercamp-apigility
- Owner: ezimuel
- Created: 2015-08-20T19:15:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T09:36:31.000Z (about 9 years ago)
- Last Synced: 2023-04-10T13:07:06.491Z (over 1 year ago)
- Language: PHP
- Size: 266 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](http://www.zimuel.it) at the
[PHP Summer Camp 2015](http://2015.phpsummercamp.com/) conference in Rovinj
(Croazia).The slides of the workshop are reported [here](http://www.zimuel.it/slides/phpsummer2015)
## 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](http://localhost:8888) and start to
use Apigility!The first exercise of the workshop is reported [here](http://www.zimuel.it/slides/phpsummer2015/#/26).