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

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/chameleonbr/apibird

dev-master 2015-08-12 11:37 UTC

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