PHPackages                             eso/ireflection - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. eso/ireflection

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

eso/ireflection
===============

Wrapper around PHP Reflection to make it easier to use

v0.1.3(9y ago)4203.1k↓35.7%14MITPHPPHP &gt;=5.3.0

Since Dec 7Pushed 8y ago3 watchersCompare

[ Source](https://github.com/entering/ireflection)[ Packagist](https://packagist.org/packages/eso/ireflection)[ Docs](http://github.com/entering/ireflection)[ RSS](/packages/eso-ireflection/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (6)Used By (4)

IReflection
===========

[](#ireflection)

[![Latest Stable Version](https://camo.githubusercontent.com/df9bab214b53691776e9c99384afe500838693cdee7d0ab63d24d80f5f278485/68747470733a2f2f706f7365722e707567782e6f72672f65736f2f697265666c656374696f6e2f762f737461626c652e706e67)](https://packagist.org/packages/eso/ireflection)[![Build Status](https://camo.githubusercontent.com/933a6a33d473ec9fb3ca8729fce614ee6e33b27d44c59ea1f8b8f08aa7ff5080/68747470733a2f2f7472617669732d63692e6f72672f656e746572696e672f697265666c656374696f6e2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/entering/ireflection)[![Coverage Status](https://camo.githubusercontent.com/91415ffc601b0acf08f4b669e9417fb95350f78777e66a66e544a8131aa9fcf4/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f656e746572696e672f697265666c656374696f6e2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/entering/ireflection?branch=master)

Wrapper around PHP Reflection to make it easier to use.

Requirements
------------

[](#requirements)

- PHP &gt;= 5.4

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

[](#installation)

The recommended way to install is through composer.

Just create a `composer.json` file for your project:

```
{
    "require": {
        "eso/ireflection": "@stable"
    }
}
```

**Tip:** browse [`eso/ireflection`](https://packagist.org/packages/eso/ireflection) page to choose a stable version to use, avoid the `@stable` meta constraint.

And run these two commands to install it:

```
$ curl -sS https://getcomposer.org/installer | php
$ composer install
```

Now you can add the autoloader, and you will have access to the library:

```
