GiteaBot/README.md
2019-09-07 09:35:38 +01:00

450 B

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/jhodges/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