Stars: 942
Forks: 101
Pull Requests: 84
Issues: 107
Watchers: 24
Last Updated: 2023-05-31 04:29:27
:bug: A tool that can speed up linting of php files by running several lint processes at once.
License: MIT License
Languages: PHP, Dockerfile, Shell
`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.0 |
6.x | Active support | PHP >= 8.2 |
5.x | Active support | PHP >= 8.1 |
4.x | Active support | 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 lot of improvement, full documentation, and full unit code tested.
如果你喜欢我的项目并想支持它,点击这里 ❤️
Many thanks to Jetbrains for kindly providing a license for me to work on this and other open-source projects.
想知道如何从零开始构建 PHP 扩展包?
请关注我的实战课程,我会在此课程中分享一些扩展开发经验 —— 《PHP 扩展包实战教程 - 从入门到发布》
MIT