shinymayhem/shiny-rest

REST with JSON, XML and api-problem style errors

v0.0.2 2014-06-10 03:05 UTC

This package is not auto-updated.

Last update: 2024-09-24 01:30:56 UTC


README

Error codes are not yet ready

#Install With Composer

"require": {
    "shinymayhem/shiny-lib": "dev-master"
}

#Usage

  1. Enable "ShinyRest" and "ShinyLib" modules in application.config.php
  2. Extend ShinyRest\Mvc\Controller\AbstractActionController
  3. etc