Skip to content

headzoo/annotated-reflection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Annotated Reflection

A mash-up of PHP's reflection library and Doctrine's annotation library.

Build Status MIT license

Installing via Composer

The recommended way to install headzoo/annotated-reflection is through Composer.

# Install Composer
curl -sS https://getcomposer.org/installer | php

Add headzoo/annotated-reflection to your composer.json:

"require": {
	"headzoo/annotated-reflection": "dev-master"
}

Or run the Composer command to install the latest stable version of headzoo/annotated-reflection:

composer require headzoo/annotated-reflection

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

About

A mash-up of PHP's reflection library and Doctrine's annotation library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages