Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jclaveau/php-behaviorable-trait
Multiple inheritance defined at runtime for PHP (Inspired by Yii's Behavior)
https://github.com/jclaveau/php-behaviorable-trait
Last synced: 20 days ago
JSON representation
Multiple inheritance defined at runtime for PHP (Inspired by Yii's Behavior)
- Host: GitHub
- URL: https://github.com/jclaveau/php-behaviorable-trait
- Owner: jclaveau
- License: mit
- Created: 2015-11-23T13:43:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T13:18:07.000Z (over 7 years ago)
- Last Synced: 2024-12-20T08:03:43.084Z (21 days ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-behaviorable-trait
Standalone multiple inheritance defined at runtime for PHP (Inspired by Yii's Behavior)Some examples will come soon. You can give a look at the [tests] meanwhile.
## License
This trait is released under the MIT. See the LICENSE file for a full copy of the
license.[tests]: https://github.com/jclaveau/php-behaviorable-trait/blob/master/tests/BehaviorTest.php