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

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

paveldanilin/reflection-scanner
===============================

v0.0.1(4y ago)08611MITPHPPHP &gt;=7.4

Since Nov 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/paveldanilin/reflection-scanner)[ Packagist](https://packagist.org/packages/paveldanilin/reflection-scanner)[ RSS](/packages/paveldanilin-reflection-scanner/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (2)Versions (2)Used By (1)

Reflection Scanner
==================

[](#reflection-scanner)

Scans directories for class reflection info.

Supports DocBlock annotations (Doctrine annotation).

Example:

```
$scanner = new \Pada\Reflection\Scanner\Scanner();

/** @var \Pada\Reflection\Scanner\ClassInfo $classInfo */
foreach ($scanner->in('../vendor') as $classInfo) {
    print "----------------------------\n";
    print "File:" . $classInfo->getFilename() . "\n";
    print "Class:" . $classInfo->getReflection()->getShortName() . "\n";
    foreach ($classInfo->getMethodNames() as $methodName) {
        print $classInfo->getReflection()->getShortName() . '.' . $methodName . "\n";
        print_r(\iterator_to_array($classInfo->getMethodAnnotations($methodName)));
    }
}
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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

1668d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b12bdb9c0f7d0eaeac115fb72645c4d93e0f38f4aa2a84b8d8bcef1a09773ecd?d=identicon)[paveldanilin](/maintainers/paveldanilin)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

53675.5k15](/packages/solspace-craft-freeform)[akeneo/pim-community-dev

Akeneo PIM, the future of catalog management is open!

1.0k620.8k86](/packages/akeneo-pim-community-dev)[symfony/stimulus-bundle

Integration with your Symfony app &amp; Stimulus!

17316.3M256](/packages/symfony-stimulus-bundle)[illuminate/session

The Illuminate Session package.

9938.5M821](/packages/illuminate-session)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

749284.3k35](/packages/civicrm-civicrm-core)

PHPackages © 2026

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