Skip to content

Commit

Permalink
Readme: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed Jun 24, 2018
1 parent 6faf555 commit ebc5b3c
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ Git-PHP
Library for work with Git repository in PHP.

<a href="https://www.patreon.com/bePatron?u=9680759"><img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" alt="Become a Patron!" height="35"></a>
<a href="https://www.paypal.me/janpecha/1eur"><img src="https://buymecoffee.intm.org/img/button-paypal-white.png" alt="Buy me a coffee" height="35"></a>


Installation
------------

[Download a latest package](https://github.com/czproject/git-php/releases) or use [Composer](http://getcomposer.org/):

```
composer require czproject/git-php
```

Library requires PHP 5.4 or later and `git` client (path to Git must be in system variable `PATH`).

Git installers:

* for Linux - https://git-scm.com/download/linux
* for Windows - https://git-scm.com/download/win
* for others - https://git-scm.com/downloads


Usage
Expand Down Expand Up @@ -232,24 +251,6 @@ $repo->setRemoteBranches('origin', array(
));
```


Installation
------------

[Download a latest package](https://github.com/czproject/git-php/releases) or use [Composer](http://getcomposer.org/):

```
composer require czproject/git-php
```

Library requires PHP 5.4 or later and `git` client (path to Git must be in system variable `PATH`).

Git installers:

* for Linux - https://git-scm.com/download/linux
* for Windows - https://git-scm.com/download/win
* for others - https://git-scm.com/downloads

------------------------------

License: [New BSD License](license.md)
Expand Down

0 comments on commit ebc5b3c

Please sign in to comment.