PHPackages                             smoren/yii2-dependency-finder - 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. smoren/yii2-dependency-finder

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

smoren/yii2-dependency-finder
=============================

Extension for finding horizontal dependencies of Yii2 modules

v0.2.0(3y ago)174MITPHPPHP &gt;=7.4.0

Since Dec 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Smoren/yii2-dependency-finder)[ Packagist](https://packagist.org/packages/smoren/yii2-dependency-finder)[ RSS](/packages/smoren-yii2-dependency-finder/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

yii2-dependency-finder
======================

[](#yii2-dependency-finder)

Extension for finding horizontal dependencies of Yii2 modules

### How to install to Yii2 project

[](#how-to-install-to-yii2-project)

```
composer require smoren/yii2-dependency-finder

```

### Usage

[](#usage)

```
use Smoren\Yii2\DependencyFinder\Finders\ProjectDependencyFinder;
use Smoren\Yii2\DependencyFinder\Structs\Path;
use Smoren\Yii2\DependencyFinder\Writers\ShortTxtWriter;
use Smoren\Yii2\DependencyFinder\Writers\ShortTxtWriter;
use Smoren\Yii2\DependencyFinder\Writers\DetailedTxtWriter;
use Smoren\Yii2\DependencyFinder\Writers\CsvWriter;

$dependencyFinder = new ProjectDependencyFinder(new Path(dirname(__DIR__)));
$dependencyCollection = $dependencyFinder->find();

print_r($dependencyCollection->getSummary());

$writer = new ShortTxtWriter(new Path(dirname(__DIR__), 'logs/dependencies_short.txt'));
$writer->write($dependencyCollection);

$writer = new DetailedTxtWriter(new Path(dirname(__DIR__), 'logs/dependencies_detailed.txt'));
$writer->write($dependencyCollection);

$writer = new CsvWriter(new Path(dirname(__DIR__), 'logs/dependencies.csv'));
$writer->write($dependencyCollection);
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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

Every ~1 days

Total

3

Last Release

1296d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7403235?v=4)[Smoren](/maintainers/smoren)[@Smoren](https://github.com/Smoren)

---

Top Contributors

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

---

Tags

dependencyphpyii2yii2-extensiondependencyyii2extensionmodule

### Embed Badge

![Health badge](/badges/smoren-yii2-dependency-finder/health.svg)

```
[![Health](https://phpackages.com/badges/smoren-yii2-dependency-finder/health.svg)](https://phpackages.com/packages/smoren-yii2-dependency-finder)
```

PHPackages © 2026

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