ganbarodigital / php-reflection
2.16.1
2016-02-23 07:24 UTC
Requires
- php: >= 5.5
- ganbarodigital/php-defensive: ^1.0
- ganbarodigital/php-exceptions: ^1.3
- ganbarodigital/php-static-data-cache: ^1.0
Requires (Dev)
README
Introduction
The PHP Reflection library provides a set of useful and robust reflection helpers that you can quickly drop into your own project to save you time and effort.
Installation
Add this to your composer.json file:
{
"require": {
"ganbarodigital/php-reflection": "^2.1"
}
}
and then run composer update.