vladdnepr / trait-utils
PHP Trait Utilities
1.0
2015-09-15 14:26 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: ~4.5
This package is auto-updated.
Last update: 2024-10-25 06:36:27 UTC
README
PHP Trait Utilities - contain PHP trait utilities
For example - check class contain some trait with check parent classes
Installation
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install this package using the following command:
php composer.phar require "vladdnepr/trait-utils" "*"
or add
"vladdnepr/trait-utils": "*"
to the require section of your application's composer.json
file.
Contributing
Please see CONTRIBUTING for details.
Credits
License
Public domain. Please see License File for more information.