From de709b5a778eb6260d494ba15e92f5a3b80b674c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ro=C3=ABl=20Couwenberg?= Date: Sun, 13 Feb 2022 10:35:02 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3eda9b..bf06ccf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # DirectApi DirectApi is a wrapper for the DirectAdmin API. +[![Latest Stable Version](http://poser.pugx.org/avametix/directapi/v)](https://packagist.org/packages/avametix/directapi) [![Total Downloads](http://poser.pugx.org/avametix/directapi/downloads)](https://packagist.org/packages/avametix/directapi) [![Latest Unstable Version](http://poser.pugx.org/avametix/directapi/v/unstable)](https://packagist.org/packages/avametix/directapi) [![License](http://poser.pugx.org/avametix/directapi/license)](https://packagist.org/packages/avametix/directapi) [![PHP Version Require](http://poser.pugx.org/avametix/directapi/require/php)](https://packagist.org/packages/avametix/directapi) + ## Installation Use the package manager [composer](https://getcomposer.org/) to install DirectApi. ```bash @@ -49,4 +51,4 @@ All DirectAdmin API commands can be found in the [DirectAdmin documentation](htt Contributions are primarily made by members of [Avametix](https://avametix.com), however pull requests are welcome. Planning a major change? Please open an issue first and discuss your changes. ## License -[GNU General Public License](https://choosealicense.com/licenses/gpl-3.0/) \ No newline at end of file +[GNU General Public License](https://choosealicense.com/licenses/gpl-3.0/)