fouroneone / gitwrapper
Simple wrapper for Git
Installs: 181
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 43
pkg:composer/fouroneone/gitwrapper
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2025-09-24 09:16:21 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.*"
}
}