2017 © Pedro Peláez
 

library restful-unicorn

A simple MVC-like helper for building RAD Restful apps with Unicorn

image

andrewbreksa/restful-unicorn

A simple MVC-like helper for building RAD Restful apps with Unicorn

  • Thursday, January 12, 2017
  • by abreksa4
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Restful-Unicorn

A simple MVC-like helper for building RAD Restful apps with Unicorn, (*1)

Build Status Stories in Ready License: MIT, (*2)

Installation

composer require andrewbreksa/restful-unicorn, (*3)

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., (*4)

Notes

See the test code and content of public for a better idea of how to use this helper. Better documentation is to follow., (*5)

The Versions

12/01 2017

dev-master

9999999-dev

A simple MVC-like helper for building RAD Restful apps with Unicorn

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Breksa