Go to file
2019-08-25 10:45:41 +01:00
example add new close all example 2019-08-24 14:31:35 +01:00
src cache label names for MUCH quicker scripts when getting many labels 2019-08-24 14:31:26 +01:00
.gitignore add composer.json 2019-08-24 14:52:48 +01:00
bootstrap.php add bootstrap / autoloader 2019-07-06 16:25:47 +01:00
composer.json add composer.json 2019-08-24 14:52:48 +01:00
config.php.dist create config file and test script 2019-06-20 18:12:41 +01:00
README.md Update 'README.md' 2019-08-25 10:45:41 +01:00

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.

mkdir bot
cd bot
composer init -n --name "acme/bot" --description "my bot!" --author "Me <me@example.com>"

Install

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