ganbarodigital / php-reflection
Installs: 111 654
Dependents: 14
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
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
.