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

ActivePhpcodesniffer-standard[Utility &amp; Helpers](/categories/utility)

samikeijonen/phpcs-composer
===========================

Custom PHPCS ruleset.

28742

Since Sep 14Pushed 4y ago2 watchersCompare

[ Source](https://github.com/samikeijonen/phpcs-composer)[ Packagist](https://packagist.org/packages/samikeijonen/phpcs-composer)[ RSS](/packages/samikeijonen-phpcs-composer/feed)WikiDiscussions main Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (2)

Custom PHPCS ruleset
====================

[](#custom-phpcs-ruleset)

This is a standalone composer package for Custom [WPCS](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards) ruleset.

Requirements
------------

[](#requirements)

- PHP 5.6+ (preferably 7+).
- [Composer](https://getcomposer.org/) for managing PHP dependencies.

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

[](#installation)

Open your command line tool and change directories to your WordPress theme folder.

```
cd path/to/wp-content/themes/
```

Then, use Composer to install the package.

```
composer require --dev samikeijonen/phpcs-composer:dev-master
```

Usage
-----

[](#usage)

Lint your PHP files with the following command:

```
./vendor/bin/phpcs . --standard=Foxland-Default
```

Or you can set default (`Foxland-Default`) coding standard in `composer.json` file:

```
"scripts": {
	"install-codestandards": "\"vendor/bin/phpcs\" --config-set default_standard Foxland-Default",
	"post-install-cmd": "@install-codestandards",
	"post-update-cmd" : "@install-codestandards"
}
```

Then you can lint with the following command:

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

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![samikeijonen](https://avatars.githubusercontent.com/u/1820415?v=4)](https://github.com/samikeijonen "samikeijonen (31 commits)")

### Embed Badge

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

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

###  Alternatives

[akaunting/laravel-module

Module management package for Laravel

124239.1k](/packages/akaunting-laravel-module)[maxmind/geoip

MaxMind GeoIP Symfony2 Bundle

271.3M1](/packages/maxmind-geoip)[theodorejb/polycast

Safely cast values to int, float, or string

50245.0k1](/packages/theodorejb-polycast)[phpexiftool/exiftool

Exiftool is a library for reading, writing and editing meta information. This package is not PHP, but required for the main PHP driver : PHP Exiftool

30376.0k7](/packages/phpexiftool-exiftool)[phpmentors/domain-commons

Commons for domain models

11287.8k](/packages/phpmentors-domain-commons)

PHPackages © 2026

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