shinymayhem/shiny-rest

REST with JSON, XML and api-problem style errors

Maintainers

Package info

github.com/shinymayhem/shiny-rest

Issues

pkg:composer/shinymayhem/shiny-rest

Statistics

Installs: 49

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is not auto-updated.

Last update: 2026-03-10 08:44:43 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