PHPackages                             picklewagon/picklewagon-coding-standards - 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. picklewagon/picklewagon-coding-standards

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

picklewagon/picklewagon-coding-standards
========================================

Enforce PHP coding standards in a PHP project.

0.1.7(3y ago)05.4k[1 issues](https://github.com/picklewagon/picklewagon-coding-standards/issues)proprietaryPHP ~7.0|~8.0

Since Aug 1Pushed 3y agoCompare

[ Source](https://github.com/picklewagon/picklewagon-coding-standards)[ Packagist](https://packagist.org/packages/picklewagon/picklewagon-coding-standards)[ Docs](https://bitbucket.org/picklewagon/picklewagon-coding-standards/)[ RSS](/packages/picklewagon-picklewagon-coding-standards/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (11)Used By (0)

Picklewagon Coding Standard
===========================

[](#picklewagon-coding-standard)

Include this package in your project to enforce the coding standard used for Picklewagon projects.

Install
-------

[](#install)

Add to composer.json. Since it is a private package, you have to add some dependencies as well.

```
"require-dev": {
    ...
    "picklewagon/picklewagon-coding-standards": "1.0.0"
},
"repositories": [
    {
        "type": "vcs",
        "url": "git@bitbucket.org:picklewagon/picklewgon-coding-standards.git"
    }
],

```

Run from the command line:

```
$ composer require squizlabs/php_codesniffer
$ composer require wimg/php-compatibility
$ composer update picklewagon/picklewagon-coding-standards
$ ./vendor/bin/phpcs --config-set installed_paths vendor/picklewagon/php-coding-standards-pkg/,vendor/wimg/php-compatibility/
```

Verify package installation by running the following command:

```
$ ./vendor/bin/phpcs -i
```

You should see the Picklewagon coding standard has now been installed.

Usage
-----

[](#usage)

Create a file that your specific repository will use for it's coding standard.

Details can be found at the [PHP\_CodeSniffer wiki](https://github.com/squizlabs/PHP_CodeSniffer/wiki).

Basically, you want to create a phpcs.xml file in the project root.

Here is an example of what will be in this file:

```

    The coding standard for the user microservice.

    app
    bootstrap
    config
    database
    resources
    routes
    tests

    *.blade.php
    bootstrap/autoload.php
    bootstrap/cache/services.php

```

You'll need to customize it to the repo where you are installing it.

Run the command:

```
$ ./vendor/bin/phpcs
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~146 days

Recently: every ~290 days

Total

9

Last Release

1312d ago

PHP version history (3 changes)0.1.0PHP ~5.6|~7.0

0.1.1PHP ~7.0

0.1.6PHP ~7.0|~8.0

### Community

Maintainers

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

---

Top Contributors

[![picklewagon](https://avatars.githubusercontent.com/u/1139280?v=4)](https://github.com/picklewagon "picklewagon (30 commits)")

---

Tags

standardsphpcsphp-coding-standardsprinterlogic

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/picklewagon-picklewagon-coding-standards/health.svg)

```
[![Health](https://phpackages.com/badges/picklewagon-picklewagon-coding-standards/health.svg)](https://phpackages.com/packages/picklewagon-picklewagon-coding-standards)
```

###  Alternatives

[phpcompatibility/php-compatibility

A set of sniffs for PHP\_CodeSniffer that checks for PHP cross-version compatibility.

2.3k74.3M1.3k](/packages/phpcompatibility-php-compatibility)[automattic/vipwpcs

PHP\_CodeSniffer rules (sniffs) to enforce WordPress VIP minimum coding conventions

25510.2M145](/packages/automattic-vipwpcs)[wptrt/wpthemereview

PHP\_CodeSniffer rules (sniffs) to verify theme compliance with the rules for theme hosting on wordpress.org

217736.5k29](/packages/wptrt-wpthemereview)[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)
