PHPackages                             mlukaszewski/feathers\_square - 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. mlukaszewski/feathers\_square

ActiveProject

mlukaszewski/feathers\_square
=============================

Feathers Square for PHP

1.0.0-RC1(8y ago)07MITPHPPHP &gt;=7.0

Since Sep 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mlukaszewski/feathers_square)[ Packagist](https://packagist.org/packages/mlukaszewski/feathers_square)[ RSS](/packages/mlukaszewski-feathers-square/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Unstable, please do not use for a moment.
-----------------------------------------

[](#unstable-please-do-not-use-for-a-moment)

This is a fork of [blerou](https://github.com/blerou/turbulence.php) work.

Done
----

[](#done)

- changed PDepend source - PEAR provides only version 1.1.14, now version 2.5.0 will be used (with PHP7 support).
- added -ignore options (for PDepend)

TODO
----

[](#todo)

- executing PDepend as part of PHP stack, not an external process.
- fix Unit Tests, write new one (goal: coverage of all APIs)

Installation (with composer)
----------------------------

[](#installation-with-composer)

```
composer create-project mlukaszewski/feathers_square

```

Hopefully-meaningful Metrics
----------------------------

[](#hopefully-meaningful-metrics)

This work based on [Turbulence](https://github.com/chad/turbulence)

[A quick hack based on Michael Feathers' recent work](http://www.stickyminds.com/sitewide.asp?Function=edetail&ObjectType=COL&ObjectId=16679&tth=DYN&tt=siteemail&iDyn=2) in project churn and complexity

Usage
-----

[](#usage)

```
	bin/turbulence_php -repo=/path/to/git/project -out=/tmp/output

```

It takes `/path/to/git/project` repository, calculates class/file changes and some kind of complexities, then create an out.json file under `/tmp/output` (it contains the raw data in JSON format).

```
	bin/turbulence_php -repo=/path/to/git/project -out=/tmp/output -path=src

```

When `-path` parameter presents only files (classes) under `src/` will be processed.

If everything went well a `viewer.html` will be generated under output (`/tmp/output`). It has no external dependency, so just launch it with your favorite browser.

```
	google-chrome /tmp/output/viewer.html

```

Example
-------

[](#example)

Let's create the metrics of Twig template engine:

```
	git clone git://github.com/blerou/turbulence.php.git
	git clone git://github.com/fabpot/Twig.git
	turbulence.php/bin/turbulence_php -repo=Twig -out=/tmp/Twig -path=lib
	google-chrome /tmp/Twig/viewer.html

```

Dependencies
------------

[](#dependencies)

It uses [PDepend](http://pdepend.org/) to calculate complexity.

use composer to install this dependency:

```
composer install

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

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

3168d ago

### Community

---

Top Contributors

[![blerou](https://avatars.githubusercontent.com/u/52151?v=4)](https://github.com/blerou "blerou (39 commits)")[![mlukaszewski](https://avatars.githubusercontent.com/u/4126151?v=4)](https://github.com/mlukaszewski "mlukaszewski (9 commits)")

### Embed Badge

![Health badge](/badges/mlukaszewski-feathers-square/health.svg)

```
[![Health](https://phpackages.com/badges/mlukaszewski-feathers-square/health.svg)](https://phpackages.com/packages/mlukaszewski-feathers-square)
```

PHPackages © 2026

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