# 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.1 * Fixed #1 Added Repo::GetIssues() * Fixed #2 Only POST changed data on save * Updated docs 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