chameleonbr / apibird
There is no license information available for the latest version (dev-master) of this package.
API Bird. Better API specialization of Phalcon Micro Instance
dev-master
2015-08-12 11:37 UTC
Requires
- php: >=5.4
- ext-mbstring: *
- ext-phalcon: >=1.3.0
- openlss/lib-array2xml: 0.0.6
This package is not auto-updated.
Last update: 2025-03-29 19:22:51 UTC
README
Basic utility lib to create api that consumes and produces different content-types using Phalcon PHP Framework
Now Working
- Set Extension Handler
- Consumes by Content-Type Header
- Produces by Accept Header
- Input and output is array
Roadmap
- Return JSend error responses
- Work with Route example $app->get('/',function(){})->consumes(['json'])->produces(['json']);
- Possibility of work with objects