hoangphi/pre-commit

Check coding standard & code syntax before commit.

Installs: 621

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hoangphi/pre-commit

v1.0.2 2023-06-12 04:48 UTC

This package is auto-updated.

Last update: 2025-09-12 09:57:45 UTC


README

Latest Version on Packagist Total Downloads

Installation

composer require hoangphi/pre-commit

Publish the configuration:

php artisan vendor:publish --provider="HoangPhi\PreCommit\Providers\PreCommitServiceProvider" --tag=config

Config pre-commit hooks

php artisan pre-commit:install
  • Create PSR default config phpcs.xml in your root project.
php artisan pre-commit:create-phpcs
  • Added all changed files to git stage and run test manually.
php artisan pre-commit:check