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

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

codememory/reflection
=====================

The library is similar to the built-in API class Reflection, but the only difference is that this library caches the entire result and does not work with the built-in Reflection in the future, which improves performance

v3.0.1(7mo ago)21222MITPHPPHP &gt;=8.3

Since Mar 18Pushed 7mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (3)Versions (16)Used By (2)

Codememory Reflection
---------------------

[](#codememory-reflection)

#### This library will please the built-in Reflection API in PHP, but with one plus, it is fully cacheable

[](#this-library-will-please-the-built-in-reflection-api-in-php-but-with-one-plus-it-is-fully-cacheable)

### Install

[](#install)

```
$ composer require codememory/reflection
```

### Usage example

[](#usage-example)

```
