awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
BrainMaestro avatar

BrainMaestro/composer-git-hooks

0
View on GitHub↗
1,086 stars·88 forks·PHP·MIT·25 views

Composer Git Hooks

This project is a dependency manager plugin that automates the management and synchronization of version control hooks. By integrating directly into project dependency configuration files, it ensures that automated tasks and validation rules are consistently applied across local development environments.

The tool distinguishes itself by enabling configuration-driven task orchestration, where version control triggers are mapped to custom command sequences. It supports global configuration inheritance, allowing developers to enforce uniform workflows and validation standards across multiple repositories on a single machine.

The system handles the lifecycle of these hooks by automatically injecting and updating them whenever project dependencies change. It includes functionality for defining custom error handling, allowing developers to specify whether the execution process should halt upon a command failure.

The software is installed and managed as a standard dependency within the project manifest.

Features

  • Git Hook Managers - Provides a dependency manager plugin for defining and synchronizing Git hooks directly within project configuration files.
  • Automatic Hook Synchronizers - Synchronizes local hook scripts automatically whenever dependencies change to ensure consistent development workflows.
  • Configuration-Driven Orchestrators - Maps version control triggers to custom command sequences using declarative configuration files.
  • Custom Git Workflow Automations - Enforces uniform validation rules and custom scripts across local development environments through version control hooks.
  • Development Workflow Automators - Standardizes development workflows by applying uniform quality checks and automated processes across multiple projects.
  • Global Hook Registrations - Manages and enforces custom hook configurations across all local repositories for uniform development practices.
  • Execution Failure Policies - The Git hook manager allows developers to define whether specific commands should halt the execution process upon failure and supports custom scripts to extend standard hook functionality.
  • Event-Driven Execution - Triggers shell commands automatically in response to version control lifecycle events.
  • Git Hook Configurations - Stores hook definitions directly within project configuration files to ensure consistent team-wide automation.
  • Continuous Integration Tools - Runs automated validation scripts before commits to maintain code quality and prevent broken builds.
  • PHP Package Manager Extensions - Extends dependency managers to manage version control automation tasks alongside project libraries.
  • Global and Project Scopes - Enforces uniform validation rules across multiple local projects through a shared global configuration layer.
  • Hook Injection Systems - Automatically injects and updates version control hooks within the local directory during dependency installation.

Star history

Star history chart for brainmaestro/composer-git-hooksStar history chart for brainmaestro/composer-git-hooks

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Composer Git Hooks

Similar open-source projects, ranked by how many features they share with Composer Git Hooks.
  • brigade/overcommitbrigade avatar

    brigade/overcommit

    4,008View on GitHub↗

    Overcommit is a Git hook manager and workflow automation system used to configure, deploy, and orchestrate scripts that enforce coding standards and project workflows. It acts as a management layer for distributed hook configuration, applying global templates across multiple repositories to ensure consistent validation rules. The system functions as a parallel task runner, executing multiple validation scripts concurrently across CPU cores to reduce the time spent during pre-commit checks. It distinguishes itself through signature-based integrity verification to detect unauthorized changes to

    Ruby
    View on GitHub↗4,008
  • sds/overcommitsds avatar

    sds/overcommit

    4,008View on 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
    View on GitHub↗4,008
  • typicode/huskytypicode avatar

    typicode/husky

    35,156View on GitHub↗

    Husky is a Git hook manager that automates the installation and execution of version control lifecycle events within a project repository. It functions by redirecting standard version control event triggers to a centralized configuration directory, allowing teams to standardize development workflows and enforce code quality without requiring manual setup on every machine. The tool enables custom workflow automation by triggering shell scripts during operations such as committing or pushing code. It distinguishes itself by integrating directly into package manager lifecycles, ensuring that aut

    JavaScriptcommitgithooks
    View on GitHub↗35,156
  • j178/prekj178 avatar

    j178/prek

    6,297View on GitHub↗

    Prek is a Git hook manager written in Rust that runs configured hooks as a single binary without requiring Python or other external runtimes. It executes hooks faster than standard tools through parallel processing and bundled Rust implementations, and includes a built-in hook repository that enables fully offline operation without network access or environment setup. The tool supports both TOML and YAML configuration formats with identical semantics, and can run hooks from existing pre-commit configuration files without modification. Prek distinguishes itself through workspace-aware monorepo

    Rustgitgit-hookspre-commit
    View on GitHub↗6,297
See all 30 alternatives to Composer Git Hooks→

Frequently asked questions

What does brainmaestro/composer-git-hooks do?

This project is a dependency manager plugin that automates the management and synchronization of version control hooks. By integrating directly into project dependency configuration files, it ensures that automated tasks and validation rules are consistently applied across local development environments.

What are the main features of brainmaestro/composer-git-hooks?

The main features of brainmaestro/composer-git-hooks are: Git Hook Managers, Automatic Hook Synchronizers, Configuration-Driven Orchestrators, Custom Git Workflow Automations, Development Workflow Automators, Global Hook Registrations, Execution Failure Policies, Event-Driven Execution.

What are some open-source alternatives to brainmaestro/composer-git-hooks?

Open-source alternatives to brainmaestro/composer-git-hooks include: brigade/overcommit — Overcommit is a Git hook manager and workflow automation system used to configure, deploy, and orchestrate scripts… sds/overcommit — Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and… typicode/husky — Husky is a Git hook manager that automates the installation and execution of version control lifecycle events within a… j178/prek — Prek is a Git hook manager written in Rust that runs configured hooks as a single binary without requiring Python or… toplenboren/simple-git-hooks — Simple-git-hooks is a utility for managing version control hooks through project configuration files. It automates the… pre-commit/pre-commit — Pre-commit is a framework for managing and executing automated tasks during the version control commit process. It…

Curated searches featuring Composer Git Hooks

Hand-picked collections where Composer Git Hooks appears.
  • Git Pre-Commit Hook Managers
  • Automated Code Linting and Formatting