florentpoujol / php-standard-components
There is no license information available for the latest version (0.0.2) of this package.
A series of libraries/components that form the basics of many website and most frameworks.
0.0.2
2018-02-05 10:04 UTC
Requires
- psr/cache: ^1.0
- psr/container: ^1.0
- psr/http-message: ^1.0
- psr/log: ^1.0
- psr/simple-cache: ^1.0
Requires (Dev)
- phpunit/phpunit: ^6.4
Provides
This package is not auto-updated.
Last update: 2024-10-27 03:10:57 UTC
README
A series of libraries/components that form the basics of many website and most frameworks.
- Router
- Dependency Injection Container
- Cache
- Fluent Query Builder
- Logger
- Event Manager
- Session and Flash Messages
- Console
Their implementation is typically a common ground between features seen in major frameworks and is compliant with the relevant FIG's PSRs when applicable.