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
- Host: GitHub
- URL: https://github.com/prawee/phalcon-rest
- Owner: prawee
- Created: 2014-09-30T09:48:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-30T11:08:37.000Z (over 11 years ago)
- Last Synced: 2025-03-04T06:44:23.377Z (over 1 year ago)
- Topics: phalcon, phalcon-framework, php, rest, rest-api
- Language: PHP
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}
```