GiteaBot/README.md
2019-09-05 17:15:58 +01:00

26 lines
448 B
Markdown

# 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