PHPackages                             ypsylon/code-checker - 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. ypsylon/code-checker

ActiveProject[Utility &amp; Helpers](/categories/utility)

ypsylon/code-checker
====================

✅ Nette CodeChecker: Fork with --allow-spaces option.

v3.2.2(5y ago)043BSD-3-ClausePHPPHP &gt;= 7.2

Since Aug 18Pushed 5y agoCompare

[ Source](https://github.com/Ypsylon/code-checker)[ Packagist](https://packagist.org/packages/ypsylon/code-checker)[ RSS](/packages/ypsylon-code-checker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (11)Versions (24)Used By (0)

Code Checker
============

[](#code-checker)

[![Downloads this Month](https://camo.githubusercontent.com/6745a61327bac5c4ac870c8749393bf30db877607c2f32b3fb909b29c6838e83/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6e657474652f636f64652d636865636b65722e737667)](https://packagist.org/packages/nette/code-checker)[![Build Status](https://camo.githubusercontent.com/9565c0457effef8ac9636f5596f78551abcd3b901c290f97f83235d288362ffc/68747470733a2f2f7472617669732d63692e6f72672f6e657474652f636f64652d636865636b65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/nette/code-checker)[![Latest Stable Version](https://camo.githubusercontent.com/ecc09b48a8a45a71e5333592620a46ecd4e595b1fa3c1c2f247dae6cf209da95/68747470733a2f2f706f7365722e707567782e6f72672f6e657474652f636f64652d636865636b65722f762f737461626c65)](https://github.com/nette/code-checker/releases)[![License](https://camo.githubusercontent.com/fa7d5fcf2c84b580327af52da95dd751703af65f079dc3c5a0081beac0789718/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4e65772532304253442d626c75652e737667)](https://github.com/nette/code-checker/blob/master/license.md)

Introduction
------------

[](#introduction)

A simple tool to check source code against a set of Nette coding standards.

Documentation can be found on the [website](https://doc.nette.org/code-checker).

If you like Nette, **[please make a donation now](https://nette.org/donate)**. Thank you!

Usage
-----

[](#usage)

```
code-checker [options]

Options:
	-d              folder to scan (default: current directory, can be used multiple times)
	-i | --ignore   files or directories to ignore (can be used multiple times)
	-f | --fix            fixes files
	-l | --eol            convert newline characters
	--no-progress         do not show progress dots
	--strict-types        checks whether PHP 7.0 directive strict_types is enabled

```

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

[](#installation)

It requires PHP version 7.2 and supports PHP up to 7.4. (Version 2.x works with PHP 5.6.)

Install it via Composer. This project is not meant to be run as a dependency, so install it as standalone:

```
composer create-project nette/code-checker

```

Or install it globally via:

```
composer global require nette/code-checker

```

and make sure your global vendor binaries directory is in [your `$PATH` environment variable](https://getcomposer.org/doc/03-cli.md#global).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 94.3% 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 ~98 days

Recently: every ~118 days

Total

23

Last Release

2127d ago

Major Versions

v2.13.0 → v3.0.02018-05-28

PHP version history (5 changes)v2.2.0PHP &gt;= 5.3.1

v2.7.0PHP &gt;= 5.4

v2.12.0PHP &gt;= 5.6

v3.0.0PHP &gt;= 7.1

v3.2.0PHP &gt;= 7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/52736aedad4500587a05f248fda06dce0a800e53bc6172a4ed91f303a3ccb612?d=identicon)[Ypsylon](/maintainers/Ypsylon)

---

Top Contributors

[![dg](https://avatars.githubusercontent.com/u/194960?v=4)](https://github.com/dg "dg (150 commits)")[![Ypsylon](https://avatars.githubusercontent.com/u/7020856?v=4)](https://github.com/Ypsylon "Ypsylon (3 commits)")[![grogy](https://avatars.githubusercontent.com/u/1322983?v=4)](https://github.com/grogy "grogy (2 commits)")[![vlastavesely](https://avatars.githubusercontent.com/u/22521379?v=4)](https://github.com/vlastavesely "vlastavesely (1 commits)")[![janpecha](https://avatars.githubusercontent.com/u/637719?v=4)](https://github.com/janpecha "janpecha (1 commits)")[![jakubs](https://avatars.githubusercontent.com/u/115272?v=4)](https://github.com/jakubs "jakubs (1 commits)")[![mzk](https://avatars.githubusercontent.com/u/382475?v=4)](https://github.com/mzk "mzk (1 commits)")

---

Tags

codenetteanalyse

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ypsylon-code-checker/health.svg)

```
[![Health](https://phpackages.com/badges/ypsylon-code-checker/health.svg)](https://phpackages.com/packages/ypsylon-code-checker)
```

###  Alternatives

[nette/code-checker

✅ Nette CodeChecker: A simple tool to check source code against a set of Nette coding standards.

881.7M6](/packages/nette-code-checker)[nette/php-generator

🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.5 features.

2.3k64.2M576](/packages/nette-php-generator)[nasext/dependent-select-box

Dependent Select Box for Nette Framework.

21262.8k2](/packages/nasext-dependent-select-box)[uestla/twigrid

Experimental DataGrid for Nette Framework

1712.3k2](/packages/uestla-twigrid)

PHPackages © 2026

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