matheusd / resourceful
dev-master
2015-11-22 19:29 UTC
Requires
Requires (Dev)
- doctrine/orm: ^2.5
- monolog/monolog: ^1.17
- nikic/fast-route: ^0.6.0
- pimple/pimple: ^3.0
This package is not auto-updated.
Last update: 2025-03-01 20:24:21 UTC
README
A RESTful library for PHP web applications
This is a simple library for architecturing PHP Web Applications in a RESTful way.
Endpoints of routes are mapped to Resources, upon which Actions (HTTP methods) are executed.
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).