awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
phpro avatar

phpro/grumphp

0
View on GitHub↗
4,294 stele·447 fork-uri·PHP·MIT·7 vizualizări

Grumphp

GrumPHP is a Git commit validator and PHP code quality orchestrator. It functions as a Git hook manager that automates the installation and execution of script triggers to enforce code quality standards within PHP projects.

The tool prevents non-compliant code from being committed by running a suite of validation and linting tasks during the Git workflow. It integrates automated quality checks directly into the local development environment to maintain project standards.

The system manages pre-commit testing workflows by executing quality tests and automating Git hooks. It uses a task-based pipeline to run validation tools and verifies exit codes to determine if a commit should be finalized.

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.

Istoric stele

Graficul istoricului de stele pentru phpro/grumphpGraficul istoricului de stele pentru phpro/grumphp

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Grumphp

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Grumphp.
  • sds/overcommitAvatar sds

    sds/overcommit

    4,008Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,008
  • evilmartians/lefthookAvatar evilmartians

    evilmartians/lefthook

    7,598Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,598
  • pycqa/pylintAvatar PyCQA

    PyCQA/pylint

    5,685Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,685
  • rectorphp/rectorAvatar rectorphp

    rectorphp/rector

    10,199Vezi pe GitHub↗

    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
    Vezi pe GitHub↗10,199
Vezi toate cele 30 alternative pentru Grumphp→

Întrebări frecvente

Ce face phpro/grumphp?

GrumPHP is a Git commit validator and PHP code quality orchestrator. It functions as a Git hook manager that automates the installation and execution of script triggers to enforce code quality standards within PHP projects.

Care sunt principalele funcționalități ale phpro/grumphp?

Principalele funcționalități ale phpro/grumphp sunt: Git Hook Managers, Git Hook Management, Pre-commit Hooks, Local Test Execution, PHP Language Standards, Code Quality Tools, Commit Validators, Changed-File Linting.

Care sunt câteva alternative open-source pentru phpro/grumphp?

Alternativele open-source pentru phpro/grumphp includ: 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…