awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesPHP Language Standards

Automated checks specifically for PHP source code consistency and idiomatic standards.

Distinct from Code Quality Checks: Specializes general code quality checks specifically for PHP language standards.

Explore 4 awesome GitHub repositories matching testing & quality assurance · PHP Language Standards. Refine with filters or upvote what's useful.

Awesome PHP Language Standards GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • phpro/grumphpphpro का अवतार

    phpro/grumphp

    4,294GitHub पर देखें↗

    GrumPHP एक Git कमिट वैलिडेटर और PHP कोड क्वालिटी ऑर्केस्ट्रेटर है। यह एक Git हुक मैनेजर के रूप में कार्य करता है जो PHP प्रोजेक्ट्स के भीतर कोड गुणवत्ता मानकों को लागू करने के लिए स्क्रिप्ट ट्रिगर्स के इंस्टॉलेशन और निष्पादन को स्वचालित करता है। यह टूल Git वर्कफ़्लो के दौरान सत्यापन और लिंटिंग कार्यों का एक सूट चलाकर गैर-अनुपालन कोड को कमिट होने से रोकता है। यह प्रोजेक्ट मानकों को बनाए रखने के लिए स्थानीय डेवलपमेंट वातावरण में सीधे ऑटोमेटेड क्वालिटी चेक को एकीकृत करता है। यह सिस्टम क्वालिटी टेस्ट निष्पादित करके और Git हुक को स्वचालित करके प्री-कमिट टेस्टिंग वर्कफ़्लो का प्रबंधन करता है। यह सत्यापन टूल चलाने के लिए एक टास्क-आधारित पाइपलाइन का उपयोग करता है और यह निर्धारित करने के लिए एग्जिट कोड को सत्यापित करता है कि क्या कमिट को अंतिम रूप दिया जाना चाहिए।

    Runs a suite of validation tests and checks specifically on PHP code to maintain project standards.

    PHP
    GitHub पर देखें↗4,294
  • sds/overcommitsds का अवतार

    sds/overcommit

    4,008GitHub पर देखें↗

    Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and checks during various Git events. It serves as a workflow automation tool that ensures code quality and project standards are met before changes are committed or pushed to a remote repository. The system distinguishes itself through a comprehensive YAML-based configuration that allows for detailed hook behavior control, including file execution filtering, conditional skipping, and the management of hook dependencies. It provides specialized roles such as a commit message vali

    Uses the PHP interpreter to detect parse errors in modified files before they are committed.

    Ruby
    GitHub पर देखें↗4,008
  • wordpress/wordpress-coding-standardsWordPress का अवतार

    WordPress/WordPress-Coding-Standards

    2,757GitHub पर देखें↗

    WordPress Coding Standards is a collection of rules for the PHP CodeSniffer engine designed to enforce consistent coding conventions and best practices within PHP projects. It functions as a specialized static analysis tool that scans source code to identify style violations, security vulnerabilities, and potential bugs before execution. By integrating into development workflows, it ensures that code adheres to official project conventions, maintaining readability and consistency across large-scale plugin and theme development. The project distinguishes itself through deep domain-specific val

    Provides a collection of rules for the PHP CodeSniffer engine that enforces consistent coding conventions and best practices.

    PHPcoding-conventionsphp-codesnifferphpcs
    GitHub पर देखें↗2,757
  • whitequark/parserwhitequark का अवतार

    whitequark/parser

    1,642GitHub पर देखें↗

    Parser is a Ruby source code parser that converts raw source text into structured abstract syntax trees for static analysis and code manipulation. It features dynamic dispatch mechanisms that select specific grammar and tokeniser implementations at runtime, supporting both the executing interpreter version and explicitly targeted language specification versions. The library constructs abstract syntax tree nodes as frozen, immutable objects while tracking exact source file coordinates and character ranges for each node. Developers can supply custom builder objects to control how tree nodes ar

    Collects and reports syntax errors and warnings from source files to identify code issues early.

    Yacc
    GitHub पर देखें↗1,642
  1. Home
  2. Testing & Quality Assurance
  3. Code Quality Checks
  4. PHP Language Standards

सब-टैग एक्सप्लोर करें

  • CodeSniffer RulesetsCollections of rules for the PHP CodeSniffer engine to enforce consistent coding conventions. **Distinct from PHP Language Standards:** Distinct from general PHP standards: focuses on the rule collection architecture for the CodeSniffer engine.
  • Syntax Checking1 सब-टैगVerification of language-specific parse correctness using a compiler or interpreter. **Distinct from PHP Language Standards:** Focuses on basic parse errors (syntax) rather than broad idiomatic standards or style.