radioactivehamster / reflect
A PHP reflection helper library.
0.3.1
2016-03-21 01:00 UTC
Requires
- php: ~5.5|~7.0
- illuminate/support: ^5.1
Requires (Dev)
- fabpot/php-cs-fixer: ^1.11
- phpspec/phpspec: ^2.4
- symfony/var-dumper: ^3.0
This package is not auto-updated.
Last update: 2024-11-07 00:43:08 UTC
README
A PHP reflection helper library.
Install
$ composer require radioactivehamster/reflect
Usage
<?php $classReflection = RadHam\Reflect::factory('PDO'); $constantReflection = RadHam\Reflect::factory('E_ERROR'); $functionReflection = RadHam\Reflect::factory('trim'): $stringReflection = RadHam\Reflect::factory('Hello world!');
License
The MIT License (Expat). See the license file for details.