awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
phpro avatar

phpro/grumphp

0
View on GitHub↗
4,294 stars·447 forks·PHP·MIT·5 vues

Grumphp

GrumPHP est un validateur de commits Git et un orchestrateur de qualité de code PHP. Il fonctionne comme un gestionnaire de hooks Git qui automatise l'installation et l'exécution de déclencheurs de scripts pour appliquer les normes de qualité de code au sein des projets PHP.

L'outil empêche le code non conforme d'être commité en exécutant une suite de tâches de validation et de linting pendant le flux de travail Git. Il intègre des contrôles de qualité automatisés directement dans l'environnement de développement local pour maintenir les normes du projet.

Le système gère les flux de travail de test pré-commit en exécutant des tests de qualité et en automatisant les hooks Git. Il utilise un pipeline basé sur des tâches pour exécuter des outils de validation et vérifie les codes de sortie pour déterminer si un commit doit être finalisé.

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.

Historique des stars

Graphique de l'historique des stars pour phpro/grumphpGraphique de l'historique des stars pour phpro/grumphp

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait phpro/grumphp ?

GrumPHP est un validateur de commits Git et un orchestrateur de qualité de code PHP. Il fonctionne comme un gestionnaire de hooks Git qui automatise l'installation et l'exécution de déclencheurs de scripts pour appliquer les normes de qualité de code au sein des projets PHP.

Quelles sont les fonctionnalités principales de phpro/grumphp ?

Les fonctionnalités principales de phpro/grumphp sont : Git Hook Managers, Git Hook Management, Pre-commit Hooks, Local Test Execution, PHP Language Standards, Code Quality Tools, Commit Validators, Changed-File Linting.

Quelles sont les alternatives open-source à phpro/grumphp ?

Les alternatives open-source à phpro/grumphp incluent : 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…

Alternatives open source à Grumphp

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Grumphp.
  • sds/overcommitAvatar de sds

    sds/overcommit

    4,008Voir sur 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
    Voir sur GitHub↗4,008
  • evilmartians/lefthookAvatar de evilmartians

    evilmartians/lefthook

    7,598Voir sur 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
    Voir sur GitHub↗7,598
  • pycqa/pylintAvatar de PyCQA

    PyCQA/pylint

    5,685Voir sur 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
    Voir sur GitHub↗5,685
  • rectorphp/rectorAvatar de rectorphp

    rectorphp/rector

    10,199Voir sur 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
    Voir sur GitHub↗10,199
  • Voir les 30 alternatives à Grumphp→