11 lines
348 B
Markdown
11 lines
348 B
Markdown
# GiteaBot
|
|
Simple PHP library to interface with Gitea API
|
|
|
|
Designed to make a "Bot" for manipulating labels on issues.
|
|
## Install
|
|
composer create-project -s dev jh/giteabot --repository-url 'https://git.jhodges.co.uk/composer/'
|
|
## Usage
|
|
Usage example: [no_label_milestone.php](https://git.jhodges.co.uk/james/GiteaBot/src/branch/master/example)
|
|
|
|
|