Go to file
2019-09-07 09:02:53 +01:00
src add getIssues (#1) 2019-09-07 09:02:53 +01:00
.gitignore remove referances to old examples (now in seperate repo) 2019-08-26 09:51:06 +01:00
composer.json fix autoloader in composer 2019-08-26 09:40:58 +01:00
README.md Update 'README.md' 2019-09-05 17:15:58 +01:00

GiteaBot

Simple PHP library to interface with Gitea API

Designed to make a "Bot" for manipulating labels and issues.

For usage examples see https://git.jhodges.co.uk/james/GiteaBot-examples

Change Log

v1.2

  • Added namespacing and composer.json
  • Moved usage example code to seperate repo
  • Added support for add/delete comment

V1.1.1

  • Refactor, bootstrap, examples

V1.1

  • Refactor, better OO, examples

v1.0

  • Initial Prototype