awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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 (commits) ومنسق لجودة كود PHP. يعمل كمدير لخطافات Git (Git hooks) يقوم بأتمتة تثبيت وتنفيذ مشغلات النصوص البرمجية لفرض معايير جودة الكود داخل مشاريع PHP.

تمنع الأداة التزام الكود غير المتوافق من خلال تشغيل مجموعة من مهام التحقق والتدقيق (linting) أثناء سير عمل Git. تتكامل فحوصات الجودة المؤتمتة مباشرة في بيئة التطوير المحلية للحفاظ على معايير المشروع.

يدير النظام مسارات عمل اختبار ما قبل الالتزام (pre-commit) من خلال تنفيذ اختبارات الجودة وأتمتة خطافات 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

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة phpro/grumphp؟

GrumPHP هو أداة للتحقق من التزامات Git (commits) ومنسق لجودة كود PHP. يعمل كمدير لخطافات Git (Git hooks) يقوم بأتمتة تثبيت وتنفيذ مشغلات النصوص البرمجية لفرض معايير جودة الكود داخل مشاريع 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…

بدائل مفتوحة المصدر لـ Grumphp

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Grumphp.
  • sds/overcommitالصورة الرمزية لـ sds

    sds/overcommit

    4,008عرض على 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
    عرض على GitHub↗4,008
  • evilmartians/lefthookالصورة الرمزية لـ evilmartians

    evilmartians/lefthook

    7,598عرض على 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
    عرض على GitHub↗7,598
  • pycqa/pylintالصورة الرمزية لـ PyCQA

    PyCQA/pylint

    5,685عرض على 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
    عرض على GitHub↗5,685
  • rectorphp/rectorالصورة الرمزية لـ rectorphp

    rectorphp/rector

    10,199عرض على 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
    عرض على GitHub↗10,199
عرض جميع البدائل الـ 30 لـ Grumphp→