PHP 5.6+ is required.
To get the latest version of StyleCI Git, simply require the project using Composer:
$ composer require styleci/gitInstead, you may of course manually update your require block and run composer update if you so choose:
{
"require": {
"styleci/git": "^2.0"
}
}If you're using Laravel 5, then you can register our service provider. Open up config/app.php and add the following to the providers key.
'StyleCI\Git\GitServiceProvider'
This will bind the repository factory to the ioc container. If you want the repository factory setup in a different way, then feel free to write and use your own service provider instead.
StyleCI Git is a git repository manager.
Feel free to check out the releases, license, and contribution guidelines.
StyleCI Git is licensed under The MIT License (MIT).