piko / core
Piko framework base
v2.5
2024-09-25 06:41 UTC
Requires
- php: >=7.1.0
- piko/event-dispatcher: ^1.0
Requires (Dev)
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^10.5
- squizlabs/php_codesniffer: ^3.5
README
The base package of the piko Framework. It Contains the Piko helper class and some usefull traits :
- Piko\EventHandlerTrait to dispatch and listen for events
- Piko\BehaviorTrait to inject custom behaviors in objects using this trait
- Piko\ModelTrait to facilitate model entity manipulation and validation.