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

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

Build Status Stories in Ready License: MIT

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.