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

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

wingu/reflection
================

Library on top of PHP Reflection with some extra helper methods and a more powerful PHP DocBlock and annotation tags reflection

1.2.0(1y ago)0539.8k↑33%15MITPHPPHP &gt;=7.2

Since May 10Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (5)

Wingu Reflection
================

[](#wingu-reflection)

[![Latest Version](https://camo.githubusercontent.com/c1c32e30357f6960734530a3e455c26b2d29cdb04e6375a2ff8ca9191a7aadc3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f53706569636865723231302f5265666c656374696f6e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/Speicher210/Reflection/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://github.com/Speicher210/Reflection/actions/workflows/build.yml/badge.svg)](https://github.com/Speicher210/Reflection/actions/workflows/build.yml)[![Coverage Status](https://camo.githubusercontent.com/76a128096fe38b79ee07cfbaa77e5aa53121dc82e4f94ae612bcb1362ebd79ca/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f53706569636865723231302f5265666c656374696f6e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Speicher210/Reflection/code-structure)[![Quality Score](https://camo.githubusercontent.com/7220dc069276f6cf9c1ceba152cf17b12b2be295b79bb327246ec239e6067b40/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f53706569636865723231302f7265666c656374696f6e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Speicher210/Reflection)[![Total Downloads](https://camo.githubusercontent.com/40dc5b9ece7157dd4169fa08ceeb55e91e1ae2e6cc6494ffae2e10c22faa56da/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77696e67752f7265666c656374696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wingu/reflection)

Library on top of PHP Reflection with some extra helper methods and a more powerfulgs PHP DocBlock and annotation tags reflection.

Install
-------

[](#install)

Via Composer

```
$ composer require wingu/reflection
```

Usage
-----

[](#usage)

Please see [USAGE](docs/usage.md) for details.

Testing
-------

[](#testing)

```
$ vendor/bin/simple-phpunit
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

Credits
-------

[](#credits)

- [Dragos Protung](https://github.com/dragosprotung)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance49

Moderate activity, may be stable

Popularity36

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

374d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0551b0d3a40008b1c4326fe8276b6e47076cedd2651661548651bdcc61bb6255?d=identicon)[wingu](/maintainers/wingu)

![](https://www.gravatar.com/avatar/2efa0f2a6aebe5a597df91530caa70a4dd998a624c21b6e8cc318fb929e6ab6d?d=identicon)[dragosprotung](/maintainers/dragosprotung)

---

Top Contributors

[![dragosprotung](https://avatars.githubusercontent.com/u/1081073?v=4)](https://github.com/dragosprotung "dragosprotung (1 commits)")

---

Tags

reflectionannotationsphp reflection

### Embed Badge

![Health badge](/badges/wingu-reflection/health.svg)

```
[![Health](https://phpackages.com/badges/wingu-reflection/health.svg)](https://phpackages.com/packages/wingu-reflection)
```

###  Alternatives

[phpdocumentor/reflection-common

Common reflection classes used by phpdocumentor to reflect the code structure

9.1k706.8M26](/packages/phpdocumentor-reflection-common)[symfony/property-access

Provides functions to read and write from/to an object or array using a simple string notation

2.8k295.3M2.5k](/packages/symfony-property-access)[minime/annotations

The KISS PHP annotations library

229378.6k37](/packages/minime-annotations)[phpdocumentor/reflection

Reflection library to do Static Analysis for PHP Projects

12521.4M109](/packages/phpdocumentor-reflection)[php-di/phpdoc-reader

PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)

7431.6M55](/packages/php-di-phpdoc-reader)[spiral/attributes

PHP attributes reader

233.6M45](/packages/spiral-attributes)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
