andrewbreksa / restful-unicorn
This package is abandoned and no longer maintained.
No replacement package was suggested.
A simple MVC-like helper for building RAD Restful apps with Unicorn
dev-master
2017-01-12 00:54 UTC
Requires
- andrewbreksa/unicorn: dev-master
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: 2.*
This package is not auto-updated.
Last update: 2022-02-01 13:04:15 UTC
README
A simple MVC-like helper for building RAD Restful apps with Unicorn
Installation
composer require andrewbreksa/restful-unicorn
Summary
This helper for Unicorn allows for the easy creation of Restful controller classes with automagic route mapping. Simply extend AbstractRestfulController
and pass an Application instance and an array of class names to AbstractRestfulController::bootstrapControllers()
to get up and running.
Notes
See the test code and content of public
for a better idea of how to use this helper. Better documentation is to follow.