PHPackages                             dealerinspire/laravel-coding-standard - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. dealerinspire/laravel-coding-standard

ActivePhpcodesniffer-standard[PSR &amp; Standards](/categories/psr-standards)

dealerinspire/laravel-coding-standard
=====================================

DealerInspire Coding Standard for Laravel specific requirements.

v2.0.1(2y ago)223.7k↓50%2[1 issues](https://github.com/dealerinspire/laravel-coding-standard/issues)2MITPHPPHP &gt;=7.1

Since May 8Pushed 2y ago12 watchersCompare

[ Source](https://github.com/dealerinspire/laravel-coding-standard)[ Packagist](https://packagist.org/packages/dealerinspire/laravel-coding-standard)[ RSS](/packages/dealerinspire-laravel-coding-standard/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (9)Used By (2)

Laravel Coding Standard
=======================

[](#laravel-coding-standard)

[![Build Status](https://camo.githubusercontent.com/99e00202ebd242fdbfe7db0af0641fdd99ce6fe8d328e23ae2db1f989e092577/68747470733a2f2f7472617669732d63692e6f72672f6465616c6572696e73706972652f6c61726176656c2d636f64696e672d7374616e646172642e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/dealerinspire/laravel-coding-standard)

Dealer Inspire Laravel Coding Standard provides sniffs that help developers write better Laravel code.

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

[](#installation)

Install the package by requiring it with Composer.

```
composer require dealerinspire/laravel-coding-standard
```

Usage
-----

[](#usage)

First you need to make sure that `vendor/dealerinspire/laravel-coding-standard` is in your `phpcs.xml` file's `installed_paths` setting.

```

```

Then you can use any of the sniffs provided in this package.

```

```

Provided Sniffs
---------------

[](#provided-sniffs)

### DealerInspireLaravelCodingStandard.Models.NoGuardedAttributes

[](#dealerinspirelaravelcodingstandardmodelsnoguardedattributes)

Checks that no classes use the `protected $guarded` attribute. Useful for any projects that strictly enforce the use of explicitly whitelisting fillable attributes.

### DealerInspireLaravelCodingStandard.Providers.DeferredProviders

[](#dealerinspirelaravelcodingstandardprovidersdeferredproviders)

Checks all deferred service providers to ensure that any bindings in the file are also included in the `provides` array. Note that your service provider class must end with the conventional suffix `ServiceProvider`. e.g. `FooServiceProvider.php`

License
-------

[](#license)

MIT © [Dealer Inspire](https://www.dealerinspire.com/)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Every ~275 days

Recently: every ~411 days

Total

7

Last Release

908d ago

Major Versions

1.4.0 → v2.0.02022-02-09

PHP version history (2 changes)v1.0.0PHP ^7.1

1.4.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/03579410a73485564a5c4f54fbde84d55ae17fdd7d26fa96c3f178e10bf06a85?d=identicon)[DynamoGeek](/maintainers/DynamoGeek)

---

Top Contributors

[![jpuck](https://avatars.githubusercontent.com/u/15305396?v=4)](https://github.com/jpuck "jpuck (6 commits)")[![fredjiles](https://avatars.githubusercontent.com/u/221440?v=4)](https://github.com/fredjiles "fredjiles (3 commits)")[![austinkregel](https://avatars.githubusercontent.com/u/5355937?v=4)](https://github.com/austinkregel "austinkregel (2 commits)")[![DynamoGeek](https://avatars.githubusercontent.com/u/3771182?v=4)](https://github.com/DynamoGeek "DynamoGeek (1 commits)")[![nwilging](https://avatars.githubusercontent.com/u/44447928?v=4)](https://github.com/nwilging "nwilging (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dealerinspire-laravel-coding-standard/health.svg)

```
[![Health](https://phpackages.com/badges/dealerinspire-laravel-coding-standard/health.svg)](https://phpackages.com/packages/dealerinspire-laravel-coding-standard)
```

###  Alternatives

[yoast/yoastcs

PHP\_CodeSniffer rules for Yoast projects

221.1M29](/packages/yoast-yoastcs)[mayflower/mo4-coding-standard

PHP CodeSniffer ruleset implementing the MO4 coding standards extending the Symfony coding standards.

17508.3k5](/packages/mayflower-mo4-coding-standard)[orisai/coding-standard

Strict PHP coding standard

19193.5k62](/packages/orisai-coding-standard)

PHPackages © 2026

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