dannykopping / spore
ReSTful extensions to Slim
Installs: 303
Dependents: 2
Suggesters: 0
Security: 0
Stars: 29
Watchers: 7
Forks: 2
Open Issues: 10
Requires
- php: >=5.3.0
- dannykopping/docblock: 0.*
- slim/slim: 2.*
This package is not auto-updated.
Last update: 2024-11-09 14:19:30 UTC
README
Spore is a set of useful extensions to the Slim Framework created by the inimitable Josh Lockhart. Spore also contains a few useful tools for creating professional ReSTful
APIs with minimum effort and high code readability.
Features
- All the features of
Slim
PLUS
- Composer integration
- Annotation-based request routing
- First class templating support
- Automatic deserialization and serialization of data
- Simple, but effective authorization mechanism
- Minimal restrictions
- Easily configurable
- Simple to use
Check out the wiki for detailed documentation