/apibird

Basic utility lib to create api that consumes and produces different content-types using Phalcon PHP Framework

Primary LanguagePHPMIT LicenseMIT

ApiBird

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