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

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

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

phpro/grumphp

0
View on GitHub↗
4,294 स्टार्स·447 फोर्क्स·PHP·MIT·7 व्यूज़

Grumphp

GrumPHP एक Git कमिट वैलिडेटर और PHP कोड क्वालिटी ऑर्केस्ट्रेटर है। यह एक Git हुक मैनेजर के रूप में कार्य करता है जो PHP प्रोजेक्ट्स के भीतर कोड गुणवत्ता मानकों को लागू करने के लिए स्क्रिप्ट ट्रिगर्स के इंस्टॉलेशन और निष्पादन को स्वचालित करता है।

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

यह सिस्टम क्वालिटी टेस्ट निष्पादित करके और Git हुक को स्वचालित करके प्री-कमिट टेस्टिंग वर्कफ़्लो का प्रबंधन करता है। यह सत्यापन टूल चलाने के लिए एक टास्क-आधारित पाइपलाइन का उपयोग करता है और यह निर्धारित करने के लिए एग्जिट कोड को सत्यापित करता है कि क्या कमिट को अंतिम रूप दिया जाना चाहिए।

Features

  • Git Hook Managers - Automates the installation and execution of Git hooks to enforce code quality standards in PHP projects.
  • Git Hook Management - Automates the installation and orchestration of shell scripts within the local Git directory to trigger PHP processes.
  • Pre-commit Hooks - Prevents substandard code from entering the repository by running quality checks before a commit is finalized.
  • Local Test Execution - Executes a suite of validation tasks and tests locally on the codebase to ensure standards are met before committing.
  • PHP Language Standards - Runs a suite of validation tests and checks specifically on PHP code to maintain project standards.
  • Code Quality Tools - Orchestrates a suite of validation and linting tools to enforce coding standards before code is committed.
  • Commit Validators - Prevents non-compliant code from being committed by running automated tests and checks during the Git workflow.
  • Changed-File Linting - Optimizes execution by identifying modified files via Git status and targeting only changed source code for validation.
  • PHP Development Tools - Integrates automated quality tools directly into the local PHP development environment to streamline the coding process.
  • Sequential Task Execution - Executes a sequential pipeline of quality tools and validates their exit codes to determine if a commit should proceed.
  • Process Isolation Architectures - Launches external binaries in separate system processes to ensure that individual tool crashes do not halt the main execution runner.
  • Code Analysis and Refactoring - Automates code quality checks during development.
  • Static Analysis Tools - Runs quality checks on every commit for PHP.

स्टार हिस्ट्री

phpro/grumphp के लिए स्टार हिस्ट्री चार्टphpro/grumphp के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Grumphp के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Grumphp के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • 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

    Ruby
    GitHub पर देखें↗4,008
  • evilmartians/lefthookevilmartians का अवतार

    evilmartians/lefthook

    7,598GitHub पर देखें↗

    Lefthook is a Git hook manager and workflow automation tool designed to execute user-defined scripts during version control events. It automates the execution of linters, tests, and formatters to validate changes and maintain code quality before commits or pushes. The project distinguishes itself through a parallel execution model that runs multiple shell commands concurrently to reduce latency. It supports complex configuration management, including the ability to merge global, remote, and local settings and synchronize configurations from external repositories to standardize development env

    Gogitgogolang
    GitHub पर देखें↗7,598
  • pycqa/pylintPyCQA का अवतार

    PyCQA/pylint

    5,685GitHub पर देखें↗

    Pylint is a static code analysis tool for Python that checks source code for errors, coding standard violations, and code smells without executing the program. It parses code into an abstract syntax tree and walks the tree to detect issues, enforces configurable style rules and naming conventions, and identifies duplicate code blocks by comparing tokenised source sequences. The tool also includes an inference engine that deduces variable types by simulating code paths, enabling deeper analysis even in untyped code. What distinguishes Pylint is its plugin-based checker architecture, which allo

    Python
    GitHub पर देखें↗5,685
  • rectorphp/rectorrectorphp का अवतार

    rectorphp/rector

    10,199GitHub पर देखें↗

    Rector is an automated PHP refactoring and modernization tool designed to upgrade language versions and modernize syntax using predefined rules. It functions as a static analysis engine that inspects code structures and types to identify refactoring targets without executing the code. The project provides a framework for defining custom transformation logic to automate project-specific changes. It distinguishes itself by offering specialized capabilities for migrating legacy or custom frameworks to modern alternatives and converting docblock annotations into native language attributes. The s

    PHPastautomated-upgradesinstant-upgrades
    GitHub पर देखें↗10,199
Grumphp के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

phpro/grumphp क्या करता है?

GrumPHP एक Git कमिट वैलिडेटर और PHP कोड क्वालिटी ऑर्केस्ट्रेटर है। यह एक Git हुक मैनेजर के रूप में कार्य करता है जो PHP प्रोजेक्ट्स के भीतर कोड गुणवत्ता मानकों को लागू करने के लिए स्क्रिप्ट ट्रिगर्स के इंस्टॉलेशन और निष्पादन को स्वचालित करता है।

phpro/grumphp की मुख्य विशेषताएं क्या हैं?

phpro/grumphp की मुख्य विशेषताएं हैं: Git Hook Managers, Git Hook Management, Pre-commit Hooks, Local Test Execution, PHP Language Standards, Code Quality Tools, Commit Validators, Changed-File Linting।

phpro/grumphp के कुछ ओपन-सोर्स विकल्प क्या हैं?

phpro/grumphp के ओपन-सोर्स विकल्पों में शामिल हैं: sds/overcommit — Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and… evilmartians/lefthook — Lefthook is a Git hook manager and workflow automation tool designed to execute user-defined scripts during version… pycqa/pylint — Pylint is a static code analysis tool for Python that checks source code for errors, coding standard violations, and… rectorphp/rector — Rector is an automated PHP refactoring and modernization tool designed to upgrade language versions and modernize… nikic/php-parser — PHP-Parser is a tool that converts PHP source code into an abstract syntax tree for static analysis and programmatic… j178/prek — Prek is a Git hook manager written in Rust that runs configured hooks as a single binary without requiring Python or…