PHPackages                             fastfony/quality-pack - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. fastfony/quality-pack

ActiveSymfony-pack[Testing &amp; Quality](/categories/testing)

fastfony/quality-pack
=====================

A Symfony pack for initializing quality tools in your project

v1.0.0(8mo ago)015MITCI failing

Since Oct 11Pushed 8mo agoCompare

[ Source](https://github.com/fastfony/quality-pack)[ Packagist](https://packagist.org/packages/fastfony/quality-pack)[ RSS](/packages/fastfony-quality-pack/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Quality Pack
============

[](#quality-pack)

A Symfony pack for initializing quality tools in your project.

Installation
------------

[](#installation)

```
composer require fastfony/quality-pack --dev
```

What's included?
----------------

[](#whats-included)

This pack includes the following tools and configurations:

- **PHPStan** - PHP Static Analysis Tool
- **PHP CS Fixer** - PHP Coding Standards Fixer
- **Twig CS Fixer** - Twig Coding Standards Fixer

Configuration Files
-------------------

[](#configuration-files)

When using Symfony Flex, the recipe provides the following configuration files:

- `.twig-cs-fixer.dist.php` - Twig CS Fixer configuration (automatically added by recipe)
- `.github/workflows/quality.yml` - GitHub Actions workflow (automatically added by recipe)
- `Makefile` - Quality command shortcut (automatically added by recipe)

Configuration files for PHPStan and PHP CS Fixer are provided by their respective Symfony Flex recipes.

If you're not using Symfony Flex, you can manually add these files to your project.

GitHub Actions Workflow
-----------------------

[](#github-actions-workflow)

A GitHub Actions workflow example is provided in `.github/workflows/quality.yml` that runs:

- Security checks (using Composer Security Audit)
- PHPStan analysis

The workflow runs on all pushes and pull requests to all branches.

Usage
-----

[](#usage)

### PHPStan

[](#phpstan)

Run static analysis:

```
vendor/bin/phpstan analyse
```

### PHP CS Fixer

[](#php-cs-fixer)

Check code style:

```
vendor/bin/php-cs-fixer fix --dry-run --diff
```

Fix code style:

```
vendor/bin/php-cs-fixer fix
```

### Twig CS Fixer

[](#twig-cs-fixer)

Check Twig templates:

```
vendor/bin/twig-cs-fixer lint templates/
```

Fix Twig templates:

```
vendor/bin/twig-cs-fixer lint --fix templates/
```

Customization
-------------

[](#customization)

You can customize the configuration files according to your project's needs. Each configuration file is well-documented and follows best practices.

License
-------

[](#license)

MIT

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance58

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 53.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

266d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7883b2c582d55dda0ef0c937bd91940105d128c102b0bcaf47879e257a9b7159?d=identicon)[neothone](/maintainers/neothone)

---

Top Contributors

[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (8 commits)")[![neothone](https://avatars.githubusercontent.com/u/13251143?v=4)](https://github.com/neothone "neothone (7 commits)")

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/fastfony-quality-pack/health.svg)

```
[![Health](https://phpackages.com/badges/fastfony-quality-pack/health.svg)](https://phpackages.com/packages/fastfony-quality-pack)
```

###  Alternatives

[larastan/larastan

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

6.5k55.4M8.4k](/packages/larastan-larastan)[phpstan/phpstan-symfony

Symfony Framework extensions and rules for PHPStan

79475.7M2.2k](/packages/phpstan-phpstan-symfony)[phpstan/phpstan-doctrine

Doctrine extensions for PHPStan

67272.8M1.4k](/packages/phpstan-phpstan-doctrine)[shipmonk/dead-code-detector

Dead code detector to find unused PHP code via PHPStan extension. Can automatically remove dead PHP code. Supports libraries like Symfony, Doctrine, PHPUnit etc. Detects dead cycles. Can detect dead code that is tested.

4853.5M91](/packages/shipmonk-dead-code-detector)[tomasvotruba/cognitive-complexity

PHPStan rules to measure cognitive complexity of your classes and methods

1635.6M288](/packages/tomasvotruba-cognitive-complexity)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.6M344](/packages/drupal-core-dev)

PHPackages © 2026

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