chameleonbr / apibird
API Bird. Better API specialization of Phalcon Micro Instance
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/chameleonbr/apibird
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-09-27 21:56:37 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