PHPackages                             j-angnoe/metadata-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. j-angnoe/metadata-scanner

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

j-angnoe/metadata-scanner
=========================

02PHP

Since Feb 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/j-angnoe/metadata-scanner)[ Packagist](https://packagist.org/packages/j-angnoe/metadata-scanner)[ RSS](/packages/j-angnoe-metadata-scanner/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

MetadataScanner
===============

[](#metadatascanner)

Scans directories for files containing `@meta()` annotations and collects this data. Contains both a binary for command-line usage as well as a small library for inclusion in projects.

CLI Usage
=========

[](#cli-usage)

```
./bin/metadata ls           - list files that are included in the search
./bin/metadata search       - displays matches that occur in said files.
./bin/metadata scan         - collects the data from matches.
```

Library usage
=============

[](#library-usage)

```
$obj = new \Metadata\Scanner();
$obj->scan('/path/to/project1');
$obj->scan('/path/to/project2');

$metadata = $obj->export();

```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5c43eab887b4a97df5d72331ab607920bf1c4cbcb9883aa1f5b888bee287813?d=identicon)[j-angnoe](/maintainers/j-angnoe)

---

Top Contributors

[![j-angnoe](https://avatars.githubusercontent.com/u/4835885?v=4)](https://github.com/j-angnoe "j-angnoe (2 commits)")

### Embed Badge

![Health badge](/badges/j-angnoe-metadata-scanner/health.svg)

```
[![Health](https://phpackages.com/badges/j-angnoe-metadata-scanner/health.svg)](https://phpackages.com/packages/j-angnoe-metadata-scanner)
```

PHPackages © 2026

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