PHPackages                             eher/php-tools - 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. eher/php-tools

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

eher/php-tools
==============

1.0.3(11y ago)1192[1 issues](https://github.com/EHER/php-tools/issues)BSD 3-Clause

Since Dec 6Pushed 11y agoCompare

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

READMEChangelogDependencies (10)Versions (5)Used By (0)

\#php-tools Php console tools installed with composer

Tools included:

- [composer](http://getcomposer.org/) - Dependency Manager for PHP
- [faker](https://github.com/fzaninotto/faker) - Faker is a PHP library that generates fake data for you
- [pdepend](https://github.com/pdepend/pdepend) - This tool shows you the quality of your design in the terms of extensibility, reusability and maintainability
- [php-cs-fixer](https://github.com/fabpot/php-cs-fixer) - Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible)
- [phpcs](https://github.com/squizlabs/PHP_CodeSniffer) - PHP\_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards
- [phpctags](https://github.com/vim-php/phpctags) - An enhanced ctags compatible index generator written in pure PHP
- [phpmd](https://github.com/phpmd/phpmd) - PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD
- [phpspec](https://github.com/phpspec/phpspec) - SpecBDD Framework for PHP
- [phpunit](https://github.com/sebastianbergmann/phpunit) - The PHP Unit Testing framework
- [phpwatch](https://github.com/EHER/phpwatch) - Command line client that allow you to run arbitrary shell commands whenever changes occur in a list of specified files
- [twig-lint](https://github.com/asm89/twig-lint) - Twig-lint is a lint tool for your twig files

\##Install in 3 steps

1. Configure your Path to have a new bin folder

Create the bin folder

```
mkdir -p ~/bin
```

Add the new path to .bash\_profile

```
export PATH=~/bin:"$PATH"

```

If you don't have a .bash\_profile, just create it.

Don't forget to call your .bash\_profile to update the Path

```
. ~/.bash_profile
```

2. Install and configure [composer](http://getcomposer.org/)

```
cd
php -r "readfile('https://getcomposer.org/installer');" | php -- --install-dir=bin --filename=composer
composer config -g bin-dir ~/bin
```

3. Add php-tools to global composer

```
composer global require eher/php-tools
```

\##Upgrading

To upgrade php-tools to latest version run

```
composer global update eher/php-tools
```

[![Bitdeli Badge](https://camo.githubusercontent.com/c26ff8b68f50d497a34e29a37ee38b77dbd8891e9f304c705af5ab61c0e5e60d/68747470733a2f2f64327765637a68766c38323376302e636c6f756466726f6e742e6e65742f454845522f7068702d746f6f6c732f7472656e642e706e67)](https://bitdeli.com/free "Bitdeli Badge")

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 87.9% 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 ~0 days

Total

4

Last Release

4179d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1582e6b6023d34b69760da85219041ab8b376706b86ec03d942d12f946e4a7dc?d=identicon)[EHER](/maintainers/EHER)

---

Top Contributors

[![EHER](https://avatars.githubusercontent.com/u/398034?v=4)](https://github.com/EHER "EHER (29 commits)")[![eher-werkspot](https://avatars.githubusercontent.com/u/24780585?v=4)](https://github.com/eher-werkspot "eher-werkspot (3 commits)")[![bitdeli-chef](https://avatars.githubusercontent.com/u/3092978?v=4)](https://github.com/bitdeli-chef "bitdeli-chef (1 commits)")

### Embed Badge

![Health badge](/badges/eher-php-tools/health.svg)

```
[![Health](https://phpackages.com/badges/eher-php-tools/health.svg)](https://phpackages.com/packages/eher-php-tools)
```

###  Alternatives

[bruli/php-git-hooks

Git hooks for PHP projects.

675370.8k5](/packages/bruli-php-git-hooks)[ec-europa/toolkit

Toolkit packaged for Drupal projects based on Robo.

38244.6k16](/packages/ec-europa-toolkit)[jdlabails/php-project-analyzer-bundle

Symfony Bundle for PhpProjectAnalyzer

1210.8k](/packages/jdlabails-php-project-analyzer-bundle)

PHPackages © 2026

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