PHPackages                             stickeepaul/php-code-style - 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. stickeepaul/php-code-style

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

stickeepaul/php-code-style
==========================

Stickee PHP Code Style

0.0.1(7y ago)013[1 issues](https://github.com/stickeepaul/php-code-style/issues)1

Since Apr 11Pushed 6y agoCompare

[ Source](https://github.com/stickeepaul/php-code-style)[ Packagist](https://packagist.org/packages/stickeepaul/php-code-style)[ RSS](/packages/stickeepaul-php-code-style/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (4)Versions (3)Used By (1)

Stickee PHP Code Style
======================

[](#stickee-php-code-style)

This repository contains config files for tools for PHP projects.

Usage
-----

[](#usage)

First install this package:

```
composer require --dev stickee/php-code-style

```

and then pass the `-c`/`--c`/`--config` option to the tool you wish to use and use `vendor/stickee/php-code-style/dist/.yml` as the path.

### GrumPHP

[](#grumphp)

GrumPHP can be ran using:

```
vendor/bin/grumphp  -c vendor/stickee/php-code-style/dist/grumphp.yml

```

#### Extending GrumPHP

[](#extending-grumphp)

If you need to add extra parameters to GrumPHP you can import this package's `grumphp.yml` config file and then extend it:

```
imports:
  - { resource: vendor/stickee/php-code-style/dist/grumphp.yml }
parameters:
  ...

```

### PHPStan

[](#phpstan)

PHPStan can be ran using:

```
vendor/bin/phpstan  -c vendor/stickee/php-code-style/dist/phpstan.neon

```

### PHPCS

[](#phpcs)

PHP-CS-Fixer can be ran using:

```
vendor/bin/phpcs  --config vendor/stickee/php-code-style/dist/.phpcs

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2640d ago

### Community

Maintainers

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

---

Top Contributors

[![stickeepaul](https://avatars.githubusercontent.com/u/46900932?v=4)](https://github.com/stickeepaul "stickeepaul (9 commits)")

### Embed Badge

![Health badge](/badges/stickeepaul-php-code-style/health.svg)

```
[![Health](https://phpackages.com/badges/stickeepaul-php-code-style/health.svg)](https://phpackages.com/packages/stickeepaul-php-code-style)
```

###  Alternatives

[ticketswap/phpstan-error-formatter

A minimalistic error formatter for PHPStan

87718.9k56](/packages/ticketswap-phpstan-error-formatter)[shopsys/coding-standards

Coding standards definition compatible with PSR-2

20280.7k20](/packages/shopsys-coding-standards)[ergebnis/rector-rules

Provides rules for rector/rector.

10245.6k51](/packages/ergebnis-rector-rules)

PHPackages © 2026

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