https://github.com/piko-framework/core
Core part of the Piko Framework
https://github.com/piko-framework/core
Last synced: over 1 year ago
JSON representation
Core part of the Piko Framework
- Host: GitHub
- URL: https://github.com/piko-framework/core
- Owner: piko-framework
- License: lgpl-3.0
- Created: 2021-09-24T07:49:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T10:19:21.000Z (over 3 years ago)
- Last Synced: 2024-04-24T03:23:07.037Z (about 2 years ago)
- Language: PHP
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Piko framework core
[](https://github.com/piko-framework/core/actions/workflows/php.yml)
[](https://coveralls.io/github/piko-framework/core?branch=main)
The base package of the piko Framework. It Contains the [Piko](src/Piko.php) helper class and some usefull traits :
- [Piko\EventHandlerTrait](src/EventHandlerTrait.php) to dispatch and listen for events
- [Piko\BehaviorTrait](src/BehaviorTrait.php) to inject custom behaviors in objects using this trait
- [Piko\ModelTrait](src/ModelTrait.php) to facilitate model entity manipulation and validation.