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: about 2 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T13:18:07.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T19:41:22.545Z (4 months 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