PHPackages                             yep/reflection - 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. yep/reflection

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

yep/reflection
==============

PHP class reflection enhancements

v2.1.0(8y ago)3114.5k↑25.1%1[1 PRs](https://github.com/YepFoundation/reflection/pulls)4BSD-3-ClausePHPPHP &gt;=7

Since Dec 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/YepFoundation/reflection)[ Packagist](https://packagist.org/packages/yep/reflection)[ Docs](https://github.com/YepFoundation/reflection)[ RSS](/packages/yep-reflection/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (7)Used By (4)

[![Build Status](https://camo.githubusercontent.com/0b7b30a8ca2ffd0f242dd09497c048175e14326a679ccb25f95ef5bbb4a0f706/68747470733a2f2f7472617669732d63692e6f72672f596570466f756e646174696f6e2f7265666c656374696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/YepFoundation/reflection)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/e69ff3dd098a068ef0b5dd190e6764c74ccf6bd70a1ba44b09c3176cf645cf5a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f596570466f756e646174696f6e2f7265666c656374696f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/YepFoundation/reflection/?branch=master)[![Scrutinizer Code Coverage](https://camo.githubusercontent.com/93409a5f12fe60ae4ee8588321a7be8cae2b1987825bc490afe005ce6dd31740/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f596570466f756e646174696f6e2f7265666c656374696f6e2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/YepFoundation/reflection/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/a690ef5cb1ea42aacd05d457c43b175d0d2c814279fb61279a457575312c02ce/68747470733a2f2f706f7365722e707567782e6f72672f7965702f7265666c656374696f6e2f762f737461626c65)](https://packagist.org/packages/yep/reflection)[![Total Downloads](https://camo.githubusercontent.com/fd35d725bcb8a658f6269f252f73a4bb00ab2081adf5c974e58e3ef84c0bcd82/68747470733a2f2f706f7365722e707567782e6f72672f7965702f7265666c656374696f6e2f646f776e6c6f616473)](https://packagist.org/packages/yep/reflection)[![License](https://camo.githubusercontent.com/b4d5c84fe8813544097e4e161e76385e408b9187be039d77bf17c17f56b6263f/68747470733a2f2f706f7365722e707567782e6f72672f7965702f7265666c656374696f6e2f6c6963656e7365)](https://github.com/YepFoundation/reflection/blob/master/LICENSE.md)

PHP class reflection enhancements (For PHP7+)
=============================================

[](#php-class-reflection-enhancements-for-php7)

Packagist
---------

[](#packagist)

Reflection is available on [Packagist.org](https://packagist.org/packages/yep/reflection), just add the dependency to your composer.json.

```
{
  "require" : {
    "yep/reflection": "^2.0"
  }
}
```

or run Composer command:

```
php composer.phar require yep/reflection
```

What do Yep/Reflection?
-----------------------

[](#what-do-yepreflection)

### "Test subject" and example code

[](#test-subject-and-example-code)

```
