PHPackages                             clean/phpatlas - 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. clean/phpatlas

ActiveLibrary

clean/phpatlas
==============

0.3.0(1y ago)1114.0k↓27.2%11MITPHPPHP ^8.0

Since Dec 5Pushed 1y ago2 watchersCompare

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

READMEChangelogDependencies (1)Versions (4)Used By (1)

Clean\\PhpAtlas
===============

[](#cleanphpatlas)

[![Latest Stable Version](https://camo.githubusercontent.com/ea1df795a7bc8a04f90584663a19bb0aa9b8ffafd7b0d03f97863c846e05cb89/687474703a2f2f706f7365722e707567782e6f72672f636c65616e2f70687061746c61732f76)](https://packagist.org/packages/clean/phpatlas)[![Total Downloads](https://camo.githubusercontent.com/6e892a685e48e06622c1ae4871173921f0dc6c9c4a5d94e64820d4c496cece3d/687474703a2f2f706f7365722e707567782e6f72672f636c65616e2f70687061746c61732f646f776e6c6f616473)](https://packagist.org/packages/clean/phpatlas)[![Monthly Downloads](https://camo.githubusercontent.com/089fb8830f4b68c61281274cc42d66b133a36e58b29b06d60aa5d587f9f290fa/687474703a2f2f706f7365722e707567782e6f72672f636c65616e2f70687061746c61732f642f6d6f6e74686c79)](https://packagist.org/packages/clean/phpatlas)[![License](https://camo.githubusercontent.com/5cce059302e2a573c978207c8f9cabe7e6bea6dccc44ed3bee65e03e2c05ebe2/687474703a2f2f706f7365722e707567782e6f72672f636c65616e2f70687061746c61732f6c6963656e7365)](https://packagist.org/packages/clean/phpatlas)[![PHP Version Require](https://camo.githubusercontent.com/0b900c8725d947069687022ad36fa14749f8a1e48497db72ef295a73778ea7d0/687474703a2f2f706f7365722e707567782e6f72672f636c65616e2f70687061746c61732f726571756972652f706870)](https://packagist.org/packages/clean/phpatlas)

PhpAtlas is a lightweight PHP reflection utility that allows you to fetch short metadata descriptions and PHP manual links for PHP functions or class methods.

Installation
------------

[](#installation)

via Composer

```
"require": {
  "clean/phpatlas": "dev-master"
}
```

Features
--------

[](#features)

- Reflect class methods and global functions
- Generate direct links to php.net manual pages

Example of usage
----------------

[](#example-of-usage)

```
use Clean\PhpAtlas\ClassMethod;

$method = new ClassMethod('ArrayIterator::count');

echo $method->getMethodShortDescription(); // e.g. "Count elements"
echo $method->getMethodPHPDocLink();       // https://www.php.net/manual/en/arrayiterator.count.php

// for standalone functions
$function = new ClassMethod('explode');
echo $function->getMethodPHPDocLink(); // https://www.php.net/manual/en/function.explode.php
```

License
-------

[](#license)

This package is licensed under the MIT License. See the [LICENSE](LICENCE) file for details.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance50

Moderate activity, may be stable

Popularity34

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 65% 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

Every ~994 days

Total

3

Last Release

367d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21d3fe3ceb74869ffa1dd2ca9aac14d6df3e9e4209cfa8ed9c602875d590959b?d=identicon)[romannowicki](/maintainers/romannowicki)

---

Top Contributors

[![peengle](https://avatars.githubusercontent.com/u/305179?v=4)](https://github.com/peengle "peengle (13 commits)")[![Yohn](https://avatars.githubusercontent.com/u/2002591?v=4)](https://github.com/Yohn "Yohn (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/clean-phpatlas/health.svg)

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

PHPackages © 2026

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