awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • friendsofphp/php-cs-fixerAvatar von FriendsOfPHP

    FriendsOfPHP/PHP-CS-Fixer

    13,534Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,534
  • php-cs-fixer/php-cs-fixerAvatar von PHP-CS-Fixer

    PHP-CS-Fixer/PHP-CS-Fixer

    13,463Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,463
  • squizlabs/php_codesnifferAvatar von squizlabs

    squizlabs/PHP_CodeSniffer

    10,771Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,771
  • dprint/dprintAvatar von dprint

    dprint/dprint

    3,795Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,795
  • carthage-software/magoAvatar von carthage-software

    carthage-software/mago

    2,867Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗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