GiteaBot/README.md
2019-08-25 10:45:41 +01:00

23 lines
607 B
Markdown

# GiteaBot
Simple PHP library to interface with Gitea API
Designed to make a "Bot" for manipulating labels on issues.
## Create New Project (optional)
You only need to do this if you dont already have a composer project.
```bash
mkdir bot
cd bot
composer init -n --name "acme/bot" --description "my bot!" --author "Me <me@example.com>"
```
## Install
```bash
composer config repositories.repo-name vcs https://git.jhodges.co.uk/composer/
composer require jh/giteabot:dev-composer
```
## Usage
Usage example: [no_label_milestone.php](https://git.jhodges.co.uk/james/GiteaBot/src/branch/master/example)