An open API service indexing awesome lists of open source software.

https://github.com/prawee/phalcon-rest

Phalcon Framework with REST
https://github.com/prawee/phalcon-rest

phalcon phalcon-framework php rest rest-api

Last synced: 15 days ago
JSON representation

Phalcon Framework with REST

Awesome Lists containing this project

README

          

phalcon-rest
============

Phalcon Framework with REST

Usage
=====

```php

localhost/project
localhost/project/api/robots
localhost/project/api/robots/search/{name}
localhost/project/api/robots/{id}

```