thomblin / slimline
small lightweight framework
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/thomblin/slimline
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-12-16 09:21:52 UTC
README
slimline shall be a small lightweight framework with
- as few features as needed to set up a web application
- front controller
- flexible configuration
- request/response routing
- factory to deliver all classes and improve unit testing
- simple template system
- smart error handling
- unit tests
TODO:
- add example
- db access
- observer pattern