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

This package is not auto-updated.

Last update: 2024-04-27 14:33:16 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