PHPackages                             dalee/php-config - 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. dalee/php-config

ActiveLibrary

dalee/php-config
================

A set of php configurations for different cool tools such as php-cs-fixer, etc

04.3kPHP

Since Mar 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Dalee/php-config)[ Packagist](https://packagist.org/packages/dalee/php-config)[ RSS](/packages/dalee-php-config/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-config
==========

[](#php-config)

A set of php configurations for different cool utils such as `php-cs-fixer`.

```
$ composer require --dev dalee/php-config

```

Usage
-----

[](#usage)

### php-cs-fixer

[](#php-cs-fixer)

To make it work you have to create `.php_cs.dist` with `Dalee\CodeStyle\Config`:

```
return Dalee\CodeStyle\Config::create()
	->setFinder(
		PhpCsFixer\Finder::create()
			->in(__DIR__ . '/src')
	);
```

### phpcs

[](#phpcs)

To extend the ruleset create your own `ruleset.xml`:

```

    Coding standard based on dalee/php-config with some additions.
    ./src

```

Requirements
------------

[](#requirements)

- `PHP 5.6` for `php-cs-fixer`

Links
-----

[](#links)

- [php-cs-fixer](http://cs.sensiolabs.org/)
- [phpcs](https://github.com/squizlabs/PHP_CodeSniffer)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/a53cc3d80bcaec6761c5c1d929b5f735d82b03ce1ee31ccfc21e4a81161d8f10?d=identicon)[dalee](/maintainers/dalee)

### Embed Badge

![Health badge](/badges/dalee-php-config/health.svg)

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

PHPackages © 2026

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