shinymayhem/shiny-rest

REST with JSON, XML and api-problem style errors

Installs: 49

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/shinymayhem/shiny-rest

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

This package is not auto-updated.

Last update: 2025-10-21 06:54:36 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