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

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

stickeepaul/laravel-code-style
==============================

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

Since Apr 11Pushed 6y agoCompare

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

READMEChangelogDependencies (5)Versions (2)Used By (0)

Stickee Laravel Code Style
==========================

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

This repository contains config files for tools for Laravel projects.

You will also need the [stickee/php-code-style](https://github.com/stickee/php-code-style) package which will also be installed alongside this package.

Usage
-----

[](#usage)

First install this package:

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

```

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

### GrumPHP

[](#grumphp)

GrumPHP can be ran using:

```
vendor/bin/grumphp  -c vendor/stickee/laravel-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/laravel-code-style/dist/grumphp.yml }
parameters:
  ...

```

### PHPStan

[](#phpstan)

PHPStan can be ran using:

```
vendor/bin/phpstan  -c vendor/stickee/laravel-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

```

Development
-----------

[](#development)

This repository depends on [stickee/php-code-style](https://github.com/stickee/php-code-style) to generate the config files for Laravel. Each time the PHP code style repository is updated this repository also needs updating by running `bin/stickee-laravel-code-style build`; The `dist` folder is also committed so that this repository is ready to use simply by requiring it.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

2636d 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 (5 commits)")

### Embed Badge

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

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

###  Alternatives

[cjstroud/classnames-php

A simple PHP utility for conditionally joining classNames together

20170.2k1](/packages/cjstroud-classnames-php)[delight-im/base64

Simple and convenient Base64 encoding and decoding for PHP

15167.1k6](/packages/delight-im-base64)

PHPackages © 2026

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