radioactivehamster / reflect
A PHP reflection helper library.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/radioactivehamster/reflect
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: 2025-10-09 04:57:42 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.