awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesPHP Formatters

Tools that automatically detect and correct coding standard violations specifically for PHP source code.

Distinct from Coding Style Tools: Distinct from generic Coding Style Tools: focuses specifically on PHP-language syntax and community-standard formatting rules.

Explore 5 awesome GitHub repositories matching development tools & productivity · PHP Formatters. Refine with filters or upvote what's useful.

Awesome PHP Formatters GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • friendsofphp/php-cs-fixerFriendsOfPHP 的头像

    FriendsOfPHP/PHP-CS-Fixer

    13,534在 GitHub 上查看↗

    PHP-CS-Fixer is a static analysis tool and code style linter designed to validate PHP code against predefined standards. It functions as a coding standard fixer that automatically detects and corrects style violations to ensure consistent formatting across a codebase. The project serves as a syntax modernizer, providing automated tools to update legacy PHP syntax to align with newer language versions. It also allows for the creation of custom style rules when built-in standards do not meet specific requirements. The tool covers broad capability areas including automated linting workflows and

    Automatically adjusts PHP source code to follow consistent layout and naming rules across a project.

    PHP
    在 GitHub 上查看↗13,534
  • php-cs-fixer/php-cs-fixerPHP-CS-Fixer 的头像

    PHP-CS-Fixer/PHP-CS-Fixer

    13,463在 GitHub 上查看↗

    This tool is a command-line utility designed to automatically detect and correct coding standard violations in PHP source files. It functions as a static analysis and refactoring engine that ensures consistent project-wide formatting by applying predefined community conventions or custom organizational rules. The project distinguishes itself through a modular rule-based engine that supports both automated style correction and codebase modernization. It allows developers to update legacy syntax to align with newer language versions and testing framework requirements, facilitating the adoption

    Automatically detects and fixes coding standard violations in PHP source files to ensure consistent project-wide formatting.

    PHPcode-standardscode-stylephp
    在 GitHub 上查看↗13,463
  • squizlabs/php_codesniffersquizlabs 的头像

    squizlabs/PHP_CodeSniffer

    10,771在 GitHub 上查看↗

    PHP_CodeSniffer is a static analysis tool, coding standard linter, and command-line validator for PHP. It scans files and directories to detect and report formatting errors and language-specific coding violations without executing the code. The project functions as an automated code formatter capable of correcting detected style and formatting violations to bring source code into compliance with defined standards. It uses token-based lexical analysis to match code patterns against rule sets, ensuring consistency across a codebase. The tool provides comprehensive capabilities for recursive fi

    Automatically corrects coding standard violations to bring PHP source code into compliance.

    PHPautomationclicoding-standards
    在 GitHub 上查看↗10,771
  • dprint/dprintdprint 的头像

    dprint/dprint

    3,795在 GitHub 上查看↗

    dprint is a multi-language code formatter that applies consistent styling across various programming languages using a pluggable architecture. It functions as a unified project style management tool, a command-line interface for continuous integration style enforcement, and a Language Server Protocol implementation for real-time formatting in editors. The project is distinguished by a WebAssembly-based plugin system that loads sandboxed formatting logic from URLs or file paths. It further extends its capabilities through a process-based tool integration that wraps external command-line interf

    Standardizes PHP source files through a dedicated adapter applying consistent rules.

    Rustformatter
    在 GitHub 上查看↗3,795
  • carthage-software/magocarthage-software 的头像

    carthage-software/mago

    2,867在 GitHub 上查看↗

    Mago is a PHP static analysis tool, linter, and code formatter. It detects type errors, dead code, and logic bugs through advanced type inference and flow analysis, while providing a deterministic engine to rewrite source files according to style guides. The project distinguishes itself with a WebAssembly runtime that enables PHP analysis to execute entirely within a web browser, allowing results to be shared via URL. It also provides a minimal Dockerized toolchain distributed as a scratch image for consistent execution across different processor architectures. The toolset covers architectur

    Provides a deterministic engine that rewrites PHP source files to follow standard style guides.

    Rustcode-analyzercode-stylecoding-standards
    在 GitHub 上查看↗2,867
  1. Home
  2. Development Tools & Productivity
  3. Developer Utilities & Libraries
  4. Developer Tools
  5. Code Quality and Verification
  6. Coding Style Tools
  7. PHP Formatters