Skip to content

to-know/Git

 
 

Repository files navigation

StyleCI Git Analytics

Build Status Coverage Status Quality Score Software License Latest Version

Installation

PHP 5.6+ is required.

To get the latest version of StyleCI Git, simply require the project using Composer:

$ composer require styleci/git

Instead, 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.

Documentation

StyleCI Git is a git repository manager.

Feel free to check out the releases, license, and contribution guidelines.

License

StyleCI Git is licensed under The MIT License (MIT).

About

A git repository manager

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%