dev-master
9999999-dev
MIT
The Requires
The Development Requires
Wallogit.com
2017 © Pedro Peláez
A RESTful library for PHP web applications, (*1)
This is a simple library for architecturing PHP Web Applications in a RESTful way., (*2)
Endpoints of routes are mapped to Resources, upon which Actions (HTTP methods) are executed., (*3)
The main inspiration for this library is the Tonic PHP micro-framework. But this library aims to do less than Tonic: it just stablishes a few base classes for resources. The rest of the work for setting up a fully-featured framework is meant to be done by other libraries (eg. Pimple, Monolog, etc)., (*4)
MIT