From d384560c8bbb46195385836daf820aeb3674681b Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Wed, 24 Aug 2022 13:54:07 +0300 Subject: [PATCH] Add badges to README.md [skip ci] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7ea2b90e..40f5bb39 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # mysqldump-php +[![Run tests](https://github.com/druidfi/mysqldump-php/actions/workflows/tests.yml/badge.svg)](https://github.com/druidfi/mysqldump-php/actions/workflows/tests.yml) +[![Total Downloads](https://poser.pugx.org/druidfi/mysqldump-php/downloads)](https://packagist.org/packages/druidfi/mysqldump-php) +[![Monthly Downloads](https://poser.pugx.org/druidfi/mysqldump-php/d/monthly)](https://packagist.org/packages/druidfi/mysqldump-php) +[![Daily Downloads](https://poser.pugx.org/druidfi/mysqldump-php/d/daily)](https://packagist.org/packages/druidfi/mysqldump-php) +[![Latest Stable Version](https://poser.pugx.org/druidfi/mysqldump-php/v/stable.png)](https://packagist.org/packages/druidfi/mysqldump-php) + This is a PHP version of `mysqldump` cli that comes with MySQL, without dependencies, output compression and sane defaults. Out of the box, `mysqldump-php` supports backing up table structures, the data itself, views, triggers and events.