piko / core
Piko framework base
v2.8.2
2026-07-13 03:01 UTC
Requires
- php: >=8.1
- 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 useful 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.