Skip to content

alapini/apigility-3hr-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apigility tutorial

This is the tutorial codebase for a half-day Apigility tutorial.

Exercises

Each exercise is in its own folder.

PHP's built-in web server

You can use the built-in webserver from PHP 5.4.8 onwards:

cd path/to/install
php -S 0.0.0.0:8888 -t public public/index.php

You can then visit the site at http://localhost:8888/

About

Code and exercises for DPC 2014 Apigility tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 78.4%
  • HTML 15.1%
  • PLSQL 3.2%
  • Ruby 2.0%
  • ApacheConf 1.3%