ganbarodigital/php-reflection

Installs: 113 761

Dependents: 14

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/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.