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
Requires
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
- Enable "ShinyRest" and "ShinyLib" modules in application.config.php
- Extend ShinyRest\Mvc\Controller\AbstractActionController
- etc