Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDEFGHILMNOPQRSTUVWXYZ
]
php-gitter - Object oriented interaction with Git repositories
- Website:
- https://github.com/klaussilveira/gitter
- Licence:
- BSD
- Vendor:
- Remi Collet
- Description:
Gitter allows you to interact in an object oriented manner with Git repositories
via PHP. The main goal of the library is not to replace the system git command,
but provide a coherent, stable and performatic object oriented interface.
Most commands are sent to the system's git command, parsed and then interpreted
by Gitter. Everything is transparent to you, so you don't have to worry about a
thing.
Autoloader: /usr/share/php/Gitter/autoload.php
Packages
php-gitter-0.3.0-10.el7.remi.noarch
|
[18 KiB]
|
Changelog by Remi Collet (2017-11-08):
- fix FTBFS from Koschei, add patch for PHP 7.2 from
https://github.com/klaussilveira/gitter/pull/61
|
php-gitter-0.3.0-8.el7.remi.noarch
|
[18 KiB]
|
Changelog by Shawn Iwinski (2017-05-14):
- Switch autoloader to php-composer(fedora/autoloader)
- Add max versions to build dependencies
- Test with SCLs if available
|