atelierspierrot/reflectors

View on GitHub
README.md

Summary

Maintainability
Test Coverage
Reflectors
==========

[![documentation](http://img.ateliers-pierrot-static.fr/read-the-doc.svg)](http://docs.ateliers-pierrot.fr/reflectors/)
[![Code Climate](http://codeclimate.com/github/atelierspierrot/reflectors/badges/gpa.svg)](http://codeclimate.com/github/atelierspierrot/reflectors)

Some PHP Reflectors objects to complete the [internal Reflection](http://php.net/manual/book.reflection.php).
All objects defined in this package implement the [\Reflector interface](http://php.net/manual/class.reflector.php)
and generate a simple output to keep compliant with existing internal reflection objects.


Installation
------------

For a complete information about how to install this package and load its namespace, 
please have a look at [our *USAGE* documentation](http://github.com/atelierspierrot/atelierspierrot/blob/master/USAGE.md).

If you are a [Composer](http://getcomposer.org/) user, just add the package to the 
requirements of your project's `composer.json` manifest file:

```json
"atelierspierrot/reflectors": "dev-master"
```

You can use a specific release or the latest release of a major version using the appropriate
[version constraint](http://getcomposer.org/doc/01-basic-usage.md#package-versions).


Author & License
----------------

>    Reflectors

>    http://github.com/atelierspierrot/reflectors

>    Copyright (c) 2015-2016 Pierre Cassat and contributors

>    Licensed under the Apache 2 license.

>    http://www.apache.org/licenses/LICENSE-2.0

>    ----

>    Les Ateliers Pierrot - Paris, France

>    <http://www.ateliers-pierrot.fr/> - <contact@ateliers-pierrot.fr>