v1.2 #3

Manually merged
jhodges merged 25 commits from develop into master 2019-09-07 08:53:26 +01:00
Showing only changes of commit cda81d95ae - Show all commits

View File

@ -1,5 +1,10 @@
# GiteaBot
Simple PHP library to interface with Gitea API Simple PHP library to interface with Gitea API
Designed to make a "Bot" for manipulating labels on issues. 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) Usage example: [no_label_milestone.php](https://git.jhodges.co.uk/james/GiteaBot/src/branch/master/example)