PHPackages                             ppokatilo/project-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. ppokatilo/project-scanner

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

ppokatilo/project-scanner
=========================

Scan directories (for example vendor/, src/) for stuff

v1.0.1(11y ago)1421MITPHPPHP &gt;=5.5.0

Since Dec 6Pushed 11y ago1 watchersCompare

[ Source](https://github.com/SHyx0rmZ/project-scanner)[ Packagist](https://packagist.org/packages/ppokatilo/project-scanner)[ Docs](http://github.com/SHyx0rmZ/project-scanner)[ RSS](/packages/ppokatilo-project-scanner/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (1)

project-scanner
===============

[](#project-scanner)

[![Latest Stable Version](https://camo.githubusercontent.com/007ebbc67ee36c3082698b66effb482eed72ae8df3c3afd0ff1092ecda2b6242/687474703a2f2f706f7365722e73657276696365732e776974636865732e696f2f70706f6b6174696c6f2f70726f6a6563742d7363616e6e65722f762f737461626c652e737667)](https://packagist.org/packages/ppokatilo/project-scanner)[![Total Downloads](https://camo.githubusercontent.com/92ba27014e6315d1c345db7451af387823bb9b5d95663467662e30a7326daeea/687474703a2f2f706f7365722e73657276696365732e776974636865732e696f2f70706f6b6174696c6f2f70726f6a6563742d7363616e6e65722f646f776e6c6f6164732e737667)](https://packagist.org/packages/ppokatilo/project-scanner)[![Latest Unstable Version](https://camo.githubusercontent.com/c4d5b3ad1fe4b6798044dc8b3ab259a5f28ba71317726a5c95fc95f0f0dd970b/687474703a2f2f706f7365722e73657276696365732e776974636865732e696f2f70706f6b6174696c6f2f70726f6a6563742d7363616e6e65722f762f756e737461626c652e737667)](https://packagist.org/packages/ppokatilo/project-scanner)[![License](https://camo.githubusercontent.com/2464f54a8562462ee5655631a981007d24e58a68a70fa33106bd5d903f18f8e4/687474703a2f2f706f7365722e73657276696365732e776974636865732e696f2f70706f6b6174696c6f2f70726f6a6563742d7363616e6e65722f6c6963656e73652e737667)](https://packagist.org/packages/ppokatilo/project-scanner)

Scan directories (for example vendor/, src/) for stuff.

How to use
----------

[](#how-to-use)

Use ProjectScanner to find classes in directories.

```
public function doStuff()
{
  $projectScanner = new ProjectScanner();

  foreach ($projectScanner->findInDirectory('Entity') as $scanResult) {
    echo $scanResult->getReference() . PHP_EOL;
    echo $scanResult->getFileInfo()->getRelativePath() . PHP_EOL;
  }
}
```

Output:

```
You\YourLibrary\Entity\Foo
src/You/YourLibrary/Entity/Foo.php
Me\MyLibrary\Entity\Foo\Bar
vendor/me/my-library/src/Entity/Foo/Bar.php

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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

Every ~99 days

Total

2

Last Release

4073d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

vendorfindscan

### Embed Badge

![Health badge](/badges/ppokatilo-project-scanner/health.svg)

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

###  Alternatives

[mediamonks/composer-vendor-cleaner

Removes as much as possible from your vendor dir when space or number of files is important

2658.4k](/packages/mediamonks-composer-vendor-cleaner)[goszowski/laravel-vendor-minify

A vendor minify package, to remove tests and documentation and minifing all php files to save space

803.6k](/packages/goszowski-laravel-vendor-minify)[ddeboer/tesseract

A wrapper for the Tesseract OCR engine

23135.1k](/packages/ddeboer-tesseract)

PHPackages © 2026

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