PHPackages                             aferrandini/bins - 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. aferrandini/bins

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

aferrandini/bins
================

Bins installer for Bin utils

054PHP

Since Feb 2Pushed 13y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Howto install Symfony2 Bin Utils
================================

[](#howto-install-symfony2-bin-utils)

Change your `composer.json` and this package as a requirement.

```
"require": {
    ...
    "aferrandini/bins": "dev-master"
}

```

Then add the execution scripts to run on post-install-cmd and post-update-cmd

```
"scripts": {
    "post-install-cmd": [
        ...
        "Ferrandini\\Composer\\ScriptHandler::installBinUtils"
        ...
    ],
    "post-update-cmd": [
        ...
        "Ferrandini\\Composer\\ScriptHandler::installBinUtils"
        ...
    ]
}

```

Finally run composer install or update:

```
composer.phar install

composer.phar update

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/970b61b5e4f934a6333dc524649d81c26dce2735549872e01191ac16208b6107?d=identicon)[aferrandini](/maintainers/aferrandini)

---

Top Contributors

[![aferrandini](https://avatars.githubusercontent.com/u/196210?v=4)](https://github.com/aferrandini "aferrandini (6 commits)")

### Embed Badge

![Health badge](/badges/aferrandini-bins/health.svg)

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

PHPackages © 2026

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