fouroneone / gitwrapper
Simple wrapper for Git
2.0.0
2014-06-14 07:12 UTC
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2024-10-24 06:56:44 UTC
README
Simple PHP wrapper for Git.
Installation
To add this package as a local, per-project dependency to your project, simply add a dependency on sebastian/git
to your project's composer.json
file. Here is a minimal example of a composer.json
file that just defines a dependency on Git 1.0:
{
"require": {
"sebastian/git": "1.0.*"
}
}