From b590c5435d54ce230d4abe699e1ea0b387243523 Mon Sep 17 00:00:00 2001 From: baibaratsky Date: Fri, 17 Apr 2015 23:26:11 +0300 Subject: [PATCH] Badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6113b45..96b9c47 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ WebMoney Signer =============== +[![Packagist](https://img.shields.io/packagist/l/baibaratsky/php-wmsigner.svg)](https://github.com/baibaratsky/php-wmsigner/blob/master/LICENSE.md) +[![Dependency Status](https://www.versioneye.com/user/projects/55316b5e10e7149066000c9a/badge.svg?style=flat)](https://www.versioneye.com/user/projects/55316b5e10e7149066000c9a) +[![Packagist](https://img.shields.io/packagist/v/baibaratsky/php-wmsigner.svg)](https://packagist.org/packages/baibaratsky/php-wmsigner) +[![Packagist](https://img.shields.io/packagist/dt/baibaratsky/php-wmsigner.svg)](https://packagist.org/packages/baibaratsky/php-wmsigner) + Provides a convenient way to sign your requests to WebMoney API in PHP with no need to run executables. You may also use [WebMoney API PHP Library](https://github.com/baibaratsky/php-webmoney) for more transparent object-oriented code.