Files
sugar-cube-client/doc/index.md
2019-04-14 02:36:51 +02:00

16 lines
825 B
Markdown

# Gitea <small>for PHP</small>
![Runtime](https://img.shields.io/packagist/php-v/sab-international/gitea.svg) ![Release](https://img.shields.io/packagist/v/sab-international/gitea.svg) ![License](https://img.shields.io/packagist/l/sab-international/gitea.svg) ![Downloads](https://img.shields.io/packagist/dt/sab-international/gitea.svg) ![Coverage](https://coveralls.io/repos/github/sab-international/gitea.php/badge.svg) ![Build](https://travis-ci.com/sab-international/gitea.php.svg)
[Gitea](https://gitea.io) client library, in [PHP](https://secure.php.net).
![Gitea](img/gitea.png)
## Quick start
Install the latest version of **Gitea for PHP** with [Composer](https://getcomposer.org):
```shell
composer require sab-international/gitea
```
For detailed instructions, see the [installation guide](installation.md).