Download the PHP package vanilla/garden-git without Composer
On this page you can find all versions of the php package vanilla/garden-git. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vanilla/garden-git
More information about vanilla/garden-git
Files in vanilla/garden-git
Download vanilla/garden-git
More information about vanilla/garden-git
Files in vanilla/garden-git
Vendor vanilla
Package garden-git
Short Description A PHP library for working with git and github.
License MIT
Package garden-git
Short Description A PHP library for working with git and github.
License MIT
Please rate this library. Is it a good library?
Informations about the package garden-git
vanilla/garden-git
An object-oriented PHP library for working Git.
Installation
Features
- Ability to call arbitrary git commands with nicely wrapped process output.
- Object-oriented wrappers around common git operations.
- Branches
- Commits
- Remotes
- Tags
- Authors
- File staging and restoration.
- PHPUnit test harness w/ 100% test coverage.
Usage
Common Patterns
- All methods may throw a
Garden\Git\Exception\GitException
if there is a problem. find
methods return null if an item is not found.get
methods throw if aGarden\Git\Exception\NotFoundException
item is not found.
Contributing
Think there's a key feature missing? Pull requests will be accepted if they pass CI and they have full code coverage.
Setting up the Repo
Running Tests
- They pass the CI tests.
- They come with full test coverage.
All versions of garden-git with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
vanilla/garden-http Version ^3.0
symfony/filesystem Version ^5.4 || ^6.0
symfony/process Version *
vanilla/garden-schema Version >=3.0
vanilla/garden-http Version ^3.0
symfony/filesystem Version ^5.4 || ^6.0
symfony/process Version *
vanilla/garden-schema Version >=3.0
The package vanilla/garden-git contains the following files
Loading the files please wait ....