matheusd / resourceful
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/matheusd/resourceful
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-10-11 23:32:54 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).