ganbarodigital/php-reflection

2.16.1 2016-02-23 07:24 UTC

README

GitHub license @ganbarodigital on Twitter Total Downloads Scrutinizer Code Quality Build Status Coverage Status Dependency Status Reference Status

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.