overtrue / phplint
`phplint` is a tool that can speed up linting of php files by running several lint processes at once.
Fund package maintenance!
overtrue
Installs: 10 410 075
Dependents: 723
Suggesters: 0
Security: 0
Stars: 997
Watchers: 25
Forks: 88
Open Issues: 2
Requires
- php: ^8.1
- composer-runtime-api: ^2.0
- ext-dom: *
- ext-json: *
- ext-mbstring: *
- symfony/cache: ^6.4 || ^7.0
- symfony/console: ^6.4 || ^7.0
- symfony/event-dispatcher: ^6.4 || ^7.0
- symfony/finder: ^6.4 || ^7.0
- symfony/options-resolver: ^6.4 || ^7.0
- symfony/process: ^6.4 || ^7.0
- symfony/yaml: ^6.4 || ^7.0
Requires (Dev)
- 9.6.x-dev
- 9.5.x-dev
- dev-main / 9.5.x-dev
- 9.5.6
- 9.5.5
- 9.5.4
- 9.5.3
- 9.5.2
- 9.5.1
- 9.5.0
- 9.4.x-dev
- 9.4.2
- 9.4.1
- 9.4.0
- 9.3.x-dev
- 9.3.2
- 9.3.1
- 9.3.0
- 9.2.x-dev
- 9.2.1
- 9.2.0
- 9.1.x-dev
- 9.1.3
- 9.1.2
- 9.1.1
- 9.1.0
- 9.0.x-dev
- 9.0.8
- 9.0.7
- 9.0.6
- 9.0.5
- 9.0.4
- 9.0.3
- 9.0.2
- 9.0.1
- 9.0.0
- 8.2.x-dev
- 8.1.x-dev
- 6.1.0
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.0
- 5.5.0
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.0
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.0
- 5.0.0
- 4.5.0
- 4.4.1
- 4.4.0
- 4.3.0
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.0
- 3.4.0
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.4.1
- 2.4.0
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.3
- 2.0.2
- 2.0.0
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.1
- 0.1.0
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
This package is auto-updated.
Last update: 2025-04-04 04:07:55 UTC
README
PHPLint
`phplint` is a tool that can speed up linting of php files by running several lint processes at once.
Version | Status | Requirements |
---|---|---|
9.x | Active development | PHP >= 8.1 |
9.5 | Active support | PHP >= 8.1 |
9.4 | End Of Life | PHP >= 8.1 |
9.3 | End Of Life | PHP >= 8.1 |
9.2 | End Of Life | PHP >= 8.1 |
9.1 | End Of Life | PHP >= 8.1 |
9.0 | End Of Life | PHP >= 8.0 |
6.x | End Of Life | PHP >= 8.2 |
5.x | End Of Life | PHP >= 8.1 |
4.x | End Of Life | PHP >= 8.0 |
3.x | End Of Life | PHP >= 7.4 |
NOTE if you have an older version of PHP lower than 8.0, we recommend to use the latest version 3.4.0
Major version 9.0 is a full code rewrites that have the same source code (main
branch) for all PHP 8.x versions (4.x
, 5.x
or 6.x
),
with a lot of improvement, full documentation, and full unit code tested.
Table of Contents
❤️ Sponsor me
如果你喜欢我的项目并想支持它,点击这里 ❤️
Project supported by JetBrains
Many thanks to Jetbrains for kindly providing a license for me to work on this and other open-source projects.
PHP 扩展包开发
想知道如何从零开始构建 PHP 扩展包?
请关注我的实战课程,我会在此课程中分享一些扩展开发经验 —— 《PHP 扩展包实战教程 - 从入门到发布》
License
MIT