PHPackages                             flickerleap/phpcs - 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. flickerleap/phpcs

ActiveLibrary[Testing &amp; Quality](/categories/testing)

flickerleap/phpcs
=================

FlickerLeap php coding standard

1.1(7y ago)036[2 issues](https://github.com/flickerleap/phpcs/issues)PHP

Since Sep 25Pushed 7y ago2 watchersCompare

[ Source](https://github.com/flickerleap/phpcs)[ Packagist](https://packagist.org/packages/flickerleap/phpcs)[ RSS](/packages/flickerleap-phpcs/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Flickerleap code sniffer
========================

[](#flickerleap-code-sniffer)

This project contains rulesets to be used with phpcs [https://github.com/squizlabs/PHP\_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)

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

[](#installation)

```
$ composer global require squizlabs/php_codesniffer flickerleap/phpcs

$ ~/.composer/vendor/bin/phpcs --config-set installed_paths ~/.composer/vendor/flickerleap/phpcs/src/Standards
```

Usage
-----

[](#usage)

```
$ ~/.composer/vendor/bin/flickerleap/phpcs --standard=flickerleap --extensions=php path/to/src
```

Rules
-----

[](#rules)

Effort has been made to follow Laravel convention as closely as possible.

### flickerleap standard

[](#flickerleap-standard)

- All PSR2 rules
- Require function docblocks
- Require line endings and lenght of 120
- Force array indentation and new syntax
- Force statements in conditions
- Dissallow statements in conditions
- Dissallow fix me and todos
- Force camel case variable names
- Force indentation
- Dissallow `var_dump()` functions

### laravel standard

[](#laravel-standard)

This standard extends the `flickerleap` standard and includes additional sniffs specific to the framework

- All flickerleap rules
- Dissallow `dd` and `dump()` functions
- Disallow `env()` function usage outside of the config folder

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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

Every ~51 days

Total

2

Last Release

2736d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1412608?v=4)[Flicker Leap](/maintainers/flickerleap)[@flickerleap](https://github.com/flickerleap)

---

Top Contributors

[![morganrowse](https://avatars.githubusercontent.com/u/17880010?v=4)](https://github.com/morganrowse "morganrowse (27 commits)")[![phillipdebruin](https://avatars.githubusercontent.com/u/31509152?v=4)](https://github.com/phillipdebruin "phillipdebruin (3 commits)")

---

Tags

code-snifferphpcs

### Embed Badge

![Health badge](/badges/flickerleap-phpcs/health.svg)

```
[![Health](https://phpackages.com/badges/flickerleap-phpcs/health.svg)](https://phpackages.com/packages/flickerleap-phpcs)
```

###  Alternatives

[slevomat/coding-standard

Slevomat Coding Standard for PHP\_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.

1.5k123.5M1.8k](/packages/slevomat-coding-standard)[magento/magento-coding-standard

A set of Magento specific PHP CodeSniffer rules.

37113.4M299](/packages/magento-magento-coding-standard)[youwe/testing-suite

Contains Youwe's default testing packages for php.

13176.9k8](/packages/youwe-testing-suite)

PHPackages © 2026

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