How to get team members to write meaningful commits.

This page summarizes the projects mentioned and recommended in the original post on /r/PHP

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • GrumPHP

    A PHP code-quality tool

    I use grumphp(https://github.com/phpro/grumphp) to enforce a commit log pattern, it's not the solution to everything but it help developers to write better commit log message.

  • pisac

    Keep git commit histories clean

    This is in its early stages but has already helped me. If you are interested, then the code is open and located on GitHub: https://github.com/pisac/pisac

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • conventional-commits

    :yo_yo: A PHP library for creating and validating commit messages according to the Conventional Commits specification. Includes a CaptainHook plugin!

    you can use that plugin to validate the commits. I never used it before, though. it's on my to do list 😉

  • captainhook

    CaptainHook is a very flexible git hook manager for software developers that makes sharing git hooks with your team a breeze.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts