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(7mo ago)011MITCI failing

Since Oct 11Pushed 7mo 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 1mo ago

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

30

—

LowBetter than 64% of packages

Maintenance64

Regular maintenance activity

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

220d 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.4k43.5M5.2k](/packages/larastan-larastan)[phpstan/phpstan-symfony

Symfony Framework extensions and rules for PHPStan

78768.9M1.5k](/packages/phpstan-phpstan-symfony)[phpstan/phpstan-doctrine

Doctrine extensions for PHPStan

66766.6M1.1k](/packages/phpstan-phpstan-doctrine)[ergebnis/php-cs-fixer-config

Provides a configuration factory and rule set factories for friendsofphp/php-cs-fixer.

692.9M163](/packages/ergebnis-php-cs-fixer-config)[wp-cli/wp-cli-tests

WP-CLI testing framework

422.7M87](/packages/wp-cli-wp-cli-tests)[calebdw/larastan-livewire

A Larastan / PHPStan extension for Livewire.

43482.4k3](/packages/calebdw-larastan-livewire)

PHPackages © 2026

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