Recommend this page to a friend! |
Classes of Rafal Przetakowski | PHP REST Server Class | README.md | Download |
|
Download It is a complete simple rest server. To use it, copy files into a document root directory. Then you can use your browser:
or bash:
URL parts: http://yourserver.com/rest/[REST OBJECT]/[REST OBJECT METHOD]/[PARAM]/[PARAM]/[PARAM] File restObjects/rest_User.php is an example how to write your rest objects |