db0company / generic-api

Create generic APIs and consume them easily using PHP. Doc generated from code.

Home Page:http://api-sample.paysdu42.fr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generic API

The simplest way to create RESTful APIs using PHP, with an automatic documentation.

Create your own API

  • Copy conf.php.template to conf.php and edit it to use your own settings
  • Edit the methods.php file to describe your methods using the format in comments
  • Done!

Notes

  • If you're not using the PDO mySQL database in the mysql.php, you don't need to fill the $conf['sql'] arguments

About

Create generic APIs and consume them easily using PHP. Doc generated from code.

http://api-sample.paysdu42.fr/


Languages

Language:PHP 71.6%Language:OCaml 25.9%Language:Makefile 1.4%Language:ApacheConf 1.1%