piko / core
Piko framework base
Installs: 479
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/piko/core
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.