Git Wrapper
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
Overview
This project is an API module that integrates with the Git Wrapper library. This module doesn't do anything by itself and is usually extended by other projects that do something useful with Git. Refer to the "Integrations" section below.
Installation
Follow the standard module installation guide to install Git Wrapper. This module depends on the Composer Manager module, so follow the instructions on its project page to install the third-party libraries that this module requires.
Usage
The module provides an administrative UI for the various configuration options exposed by the Git Wrapper library. To instantiate the GitWrapper class populated with the configuration options, call $wrapper = git_wrapper(); in your module. Refer to the Git Wrapper library's Usage guide for details on how to use the library.
