PHPackages                             ang3/php-dev-binaries - 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. ang3/php-dev-binaries

ActiveBinary

ang3/php-dev-binaries
=====================

PHP project binaries for developers

v2.0.0(3y ago)1689[1 PRs](https://github.com/Ang3/php-dev-binaries/pulls)MITPHPPHP &gt;=8.1

Since Dec 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Ang3/php-dev-binaries)[ Packagist](https://packagist.org/packages/ang3/php-dev-binaries)[ RSS](/packages/ang3-php-dev-binaries/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (9)Dependencies (4)Versions (11)Used By (0)

PHP development binaries
========================

[](#php-development-binaries)

[![Latest Stable Version](https://camo.githubusercontent.com/1dbaf642258b2d5f19755c416cfa2b2e6f9c0d74ac07dce3d396d461d4204819/68747470733a2f2f706f7365722e707567782e6f72672f616e67332f7068702d6465762d62696e61726965732f762f737461626c65)](https://packagist.org/packages/ang3/php-dev-binaries) [![Latest Unstable Version](https://camo.githubusercontent.com/8bc4dbe967471f01b0142313153f25650478cfdf4156900e1156c918e7dab9f7/68747470733a2f2f706f7365722e707567782e6f72672f616e67332f7068702d6465762d62696e61726965732f762f756e737461626c65)](https://packagist.org/packages/ang3/php-dev-binaries) [![Total Downloads](https://camo.githubusercontent.com/7ae47148e96469ca6fdf58907dde933e580d8b5fe1435e142ed5b50a4e2ff704/68747470733a2f2f706f7365722e707567782e6f72672f616e67332f7068702d6465762d62696e61726965732f646f776e6c6f616473)](https://packagist.org/packages/ang3/php-dev-binaries)

This package provides useful binaries so as to check the code of your project. It uses [phpstan/phpstan](https://github.com/phpstan/phpstan) for code analysis and [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) to fix code.

Summary
=======

[](#summary)

- [Installation](#installation)
- [Usage](#usage)
    - [PHP](#php-development)
        - [Check code](#check-code)
        - [Fix code](#fix-code)
    - [Symfony](#symfony-development)

Installation
============

[](#installation)

This package should be installed globally.

Open a command console, enter your project directory and execute the following command to download the latest stable version of this package:

```
$ composer global require ang3/php-dev-binaries --dev
```

Finally, do not forget to add the composer bin folder to your environment variable `PATH`.

Usage
=====

[](#usage)

PHP development
---------------

[](#php-development)

### Check code

[](#check-code)

In your project directory:

```
$ dev_check_code.sh
```

- `phpstan_level` the level (lower: 1 - Higher: 9) \[default: `9`\]

Create the file `phpstan.neon` at the root of your project:

```
parameters:
  inferPrivatePropertyTypeFromConstructor: true
  checkGenericClassInNonGenericObjectType: false
  checkMissingIterableValueType: false
  paths:
    - %currentWorkingDirectory%/src
```

If the `env` is neither empty nor equal to `src`, then the config file must be named following the naming convention: `phpstan..neon`.

### Fix code

[](#fix-code)

In your project directory:

```
$ dev_fix_code.sh
```

- `sources_dir` is the relative path of the folder to analyze \[default: `src`\]

Symfony
-------

[](#symfony)

For Symfony applications, install the package [ang3/symfony-scripts](https://github.com/Ang3/symfony-scripts).

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity72

Established project with proven stability

 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 ~143 days

Recently: every ~213 days

Total

9

Last Release

1204d ago

Major Versions

v1.2.1 → v2.0.02023-01-30

PHP version history (3 changes)v1.0.0PHP ^7.1

v1.1.1PHP &gt;=7.1

v2.0.0PHP &gt;=8.1

### Community

Maintainers

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

---

Top Contributors

[![Ang3](https://avatars.githubusercontent.com/u/7427494?v=4)](https://github.com/Ang3 "Ang3 (26 commits)")

---

Tags

phpPHPStancheckdevcodelinterphp-cs-fixerbin

### Embed Badge

![Health badge](/badges/ang3-php-dev-binaries/health.svg)

```
[![Health](https://phpackages.com/badges/ang3-php-dev-binaries/health.svg)](https://phpackages.com/packages/ang3-php-dev-binaries)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[laravel/pint

An opinionated code formatter for PHP.

3.1k147.7M13.2k](/packages/laravel-pint)[ticketswap/phpstan-error-formatter

A minimalistic error formatter for PHPStan

87578.8k35](/packages/ticketswap-phpstan-error-formatter)[sci3ma/symfony-grumphp

Configured GrumPHP with bunch of tools for static code analysis Symfony Framework

196.7k](/packages/sci3ma-symfony-grumphp)

PHPackages © 2026

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