Skip to content

🐛 A tool that can speed up linting of php files by running several lint processes at once.

License

Notifications You must be signed in to change notification settings

overtrue/phplint

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ff6cc8d · Apr 4, 2025
Jan 15, 2025
Dec 7, 2024
Jul 5, 2024
Jan 15, 2025
Jul 5, 2024
May 3, 2024
Dec 7, 2024
Oct 31, 2024
Jan 15, 2025
Feb 13, 2023
Nov 29, 2021
Sep 8, 2024
Oct 6, 2023
Jul 4, 2024
Jan 15, 2025
Jan 15, 2025
Jul 26, 2016
Apr 4, 2025
Dec 8, 2021
May 16, 2024
Oct 7, 2024
Oct 7, 2024
Jan 13, 2025
Oct 7, 2024
Feb 19, 2023
Dec 17, 2023
Jul 4, 2024
Jul 4, 2024
Dec 7, 2024

Repository files navigation

PHPLint

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

Release Status Latest Stable Version Total Downloads License FOSSA Status

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

  1. Installation
    1. Requirements
    2. PHAR
    3. Docker
    4. Phive
    5. Composer
  2. Usage
  3. Configuration
  4. Upgrading
  5. Contributing
  6. Architecture

❤️ Sponsor me

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