diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8de49e1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# Changelog + +## Version 0.1.0 +- Initial release. diff --git a/README.md b/README.md new file mode 100644 index 0000000..63b3d41 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Gitea for PHP +![Runtime](https://img.shields.io/badge/php-%3E%3D7.2-brightgreen.svg) ![Release](https://img.shields.io/packagist/v/sab-international/gitea.svg) ![License](https://img.shields.io/packagist/l/sab-international/gitea.svg) ![Downloads](https://img.shields.io/packagist/dt/sab-international/gitea.svg) ![Coverage](https://coveralls.io/repos/github/sab-international/gitea.php/badge.svg) ![Build](https://travis-ci.com/sab-international/gitea.php.svg) + +Gitea client library, in [PHP](https://secure.php.net). + +## Resources +- [Documentation](https://github.com/sab-international/gitea.php/wiki) +- [API reference](https://sab-international.github.io/gitea.php) +- [Packagist package](https://packagist.org/packages/sab-international/gitea) +- [GitHub repository](https://github.com/sab-international/gitea.php) + +## License +[Gitea for PHP](https://github.com/sab-international/gitea.php) is distributed under the MIT License. diff --git a/doc/img/favicon.ico b/doc/img/favicon.ico new file mode 100644 index 0000000..b76b17a Binary files /dev/null and b/doc/img/favicon.ico differ