PHPackages                             nextpress/nextpresscs - 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. nextpress/nextpresscs

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

nextpress/nextpresscs
=====================

NextPress Coding Standards

012.3k1[1 issues](https://github.com/next-press/NextPress-Coding-Standards/issues)PHP

Since Jan 13Pushed 4y ago8 watchersCompare

[ Source](https://github.com/next-press/NextPress-Coding-Standards)[ Packagist](https://packagist.org/packages/nextpress/nextpresscs)[ RSS](/packages/nextpress-nextpresscs/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

NextPress Coding Standards
==========================

[](#nextpress-coding-standards)

The goal of this repo is to provide the necessary sniffs for our custom coding standards, making sure that all NextPress products maintain a consistent codebase.

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

[](#installation)

Our coding standards rely on PHPCS and WordPress Coding Standards. The easiest way to get everything up and running is installing this package globally via Composer:

```
composer global require "nextpress/nextpresscs:dev-master"

```

This command will install PHP\_CodeSniffer, WPCS, our coding standard, and PHP\_CodeSniffer Standards Composer Installer, a composer package that automatically sets the PHPCS `installed_paths` config.

### Making `phpcs` available

[](#making-phpcs-available)

By default, `phpcs` binary will be available at `~/.config/composer/vendor/bin` (on Linux machines). To make it available anywhere in the command line, it is necessary to add that folder to the env `$PATH` variable.

On linux machines it is possible adding this line in the end of the `~/.bashrc` file:

```
export PATH="$HOME/.config/composer/vendor/bin/:$PATH"

```

Changelog
=========

[](#changelog)

### Version 0.0.3 - 27/08/2020

[](#version-003---27082020)

### Version 0.0.2

[](#version-002)

- Changed: Global install via composer with PHP\_CodeSniffer Standards Composer Installer;

### Version 0.0.1

[](#version-001)

- Added: Initial version of the Coding Standards;

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90.9% 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/84072ba4a87777c88a8a546f88551db7a9260d13b76ad8418ddfe507d9f985ae?d=identicon)[aanduque](/maintainers/aanduque)

---

Top Contributors

[![aanduque](https://avatars.githubusercontent.com/u/4679684?v=4)](https://github.com/aanduque "aanduque (10 commits)")[![felipeelia](https://avatars.githubusercontent.com/u/184628?v=4)](https://github.com/felipeelia "felipeelia (1 commits)")

### Embed Badge

![Health badge](/badges/nextpress-nextpresscs/health.svg)

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

###  Alternatives

[php-standard-library/php-standard-library

PHP Standard Library

1.5k6.6k19](/packages/php-standard-library-php-standard-library)[chh/pipe

Put your assets into the Pipe and smoke them.

1212.5k1](/packages/chh-pipe)

PHPackages © 2026

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