PHPackages                             wundii/phplint - 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. wundii/phplint

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

wundii/phplint
==============

This tool is the fast way, to checks the syntax of your PHP files.

0.3.4(4mo ago)27.3k—1.7%17MITPHPPHP &gt;=8.2CI passing

Since Jun 18Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/wundii/PHPLint)[ Packagist](https://packagist.org/packages/wundii/phplint)[ RSS](/packages/wundii-phplint/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (13)Versions (15)Used By (7)

PHPLint - the fastest way to check your syntax
==============================================

[](#phplint---the-fastest-way-to-check-your-syntax)

[![PHP-Tests](https://github.com/wundii/PHPLint/actions/workflows/code_quality.yml/badge.svg)](https://github.com/wundii/PHPLint/actions/workflows/code_quality.yml)[![PHPStan](https://camo.githubusercontent.com/83dd3d35cebed0eab9ee97ff1a5849c1344cda6a8ee9cac2cda20f5aa55b67bd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c253230392d627269676874677265656e2e7376673f7374796c653d666c6174)](https://phpstan.org/)[![Downloads](https://camo.githubusercontent.com/da2d42a41b41a8a25d6d177d403da3b33f03adab2de9fba556003d68573f713c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77756e6469692f7068706c696e742e7376673f7374796c653d666c6174)](https://packagist.org/packages/wundii/phplint)

This program is one of the fastest tools for static code analysis and error detection in PHP source code. The native php lint checking is used here.

Installation and Usage
----------------------

[](#installation-and-usage)

```
composer require wundii/phplint --dev
```

```
php vendor/bin/phplint
php vendor/bin/phplint --config=phplint.php
php vendor/bin/phplint init
php vendor/bin/phplint list
php vendor/bin/phplint --help
php vendor/bin/phplint --no-config
php vendor/bin/phplint --no-config --paths=src --paths=tests --skip=vendor
```

### Functionality over the config file (phplint.php)

[](#functionality-over-the-config-file-phplintphp)

- php cgi executable (default: php)
- php extension (default: php)
- paths (default: src)
- skip
- memory limit (default: 512M)
- async processes (default: 10)
- async processes timeout (default: 60)
- console warnings (default: true)
- console notice (default: true)
- cache class (default: Symfony\\Component\\Cache\\Adapter\\FilesystemAdapter)
- no exit code (default: false)
- no process bar (default: false)

Development for PHPLint
-----------------------

[](#development-for-phplint)

### composer scripts

[](#composer-scripts)

```
composer rector-dry
composer rector-apply
composer phpstan
composer ecs-dry
composer ecs-apply
composer phpunit
composer cache-clear
```

### complete checks before merge

[](#complete-checks-before-merge)

```
composer complete-check
```

### To-do list for version 1.0.0

[](#to-do-list-for-version-100)

- add symfony cache-system
- refactor LintConsoleOutput class
- refactor LintConfig class
- run without config file
- test BootstrapInputResolver
- test createLintConfigFromInput
- test no-config with config options
- extension of the documentation

Feedback and Contributions
--------------------------

[](#feedback-and-contributions)

I welcome feedback, bug reports and contributions from the community! If you found a bug or have a suggestion for improvement, please create an issue.

Every contribution is welcome!

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance84

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.2% 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 ~134 days

Recently: every ~159 days

Total

8

Last Release

125d ago

PHP version history (2 changes)0.1.0PHP &gt;=8.1

0.3.4PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/55cca8c4c5dafd979e8cfc4fc14747edc8e7abeda94074b5fa927b7687af55f9?d=identicon)[wundii](/maintainers/wundii)

---

Top Contributors

[![wundii](https://avatars.githubusercontent.com/u/58734845?v=4)](https://github.com/wundii "wundii (106 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (17 commits)")

---

Tags

linterphpphp-linterdevlintsyntaxphplint

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/wundii-phplint/health.svg)

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

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M568](/packages/symfony-maker-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[overtrue/phplint

`phplint` is a tool that can speed up linting of php files by running several lint processes at once.

1.0k13.2M726](/packages/overtrue-phplint)[infection/infection

Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.

2.2k26.2M1.8k](/packages/infection-infection)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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