Download the PHP package mcampbell508/git-review without Composer
On this page you can find all versions of the php package mcampbell508/git-review. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mcampbell508/git-review
More information about mcampbell508/git-review
Files in mcampbell508/git-review
Package git-review
Short Description An extendable framework for version control hooks.
License MIT
Informations about the package git-review
git-review
This package was forked from Static Review which has been abandoned.
I am using this as a personal project and have renamed to git-review
An extendable framework for version control hooks.
Requirements
- PHP 7.1 and greater
Usage
For a composer managed project you can simply run the following ...
Hooks can then be installed like so ...
Otherwise, if you don't use composer ...
Global Installation and Usage
The hooks can also be used for any project if you install git-review
globally:
Then, just install the hooks as you would normally but reference the global installation path:
This assumes you have set up global composer paths.
Example Hooks
Static Review can be used for both files and commit message review. Below are basic hooks for each.
For Files
For Commit Messages
Example Review For Files
Example Review For Messages
Unit Tests
See vagrantup.com and phpunit.de.
Licence
The content of this library is released under the MIT License by Samuel Parkinson.
All versions of git-review with dependencies
league/climate Version ^2.0 || ^3.0
symfony/console Version ^2.0 || ^3.2
symfony/process Version ^2.1 || ^3.1
tightenco/collect Version ^5.5 || ^5.6
danielstjules/stringy Version ~3.1.0
spatie/regex Version ^1.2
pimple/pimple Version ~3.0