Skip to content

Commit ae1e736

Browse files
authored
PHPSDK-176: Add badges to the README.md document (#383)
1 parent a100629 commit ae1e736

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44

55
# MultiSafepay PHP SDK
66

7-
[![Latest stable version](https://img.shields.io/packagist/v/multisafepay/php-sdk)](https://packagist.org/packages/multisafepay/php-sdk)
7+
[![Build](https://img.shields.io/github/actions/workflow/status/multisafepay/php-sdk/build.yml?style=for-the-badge)](https://github.com/MultiSafepay/php-sdk/actions)
8+
[![Codecov](https://img.shields.io/codecov/c/github/multisafepay/php-sdk?style=for-the-badge)](https://app.codecov.io/gh/MultiSafepay/php-sdk)
9+
[![Latest stable version](https://img.shields.io/github/v/release/multisafepay/php-sdk?style=for-the-badge)](https://packagist.org/packages/multisafepay/php-sdk)
10+
[![Total downloads](https://img.shields.io/packagist/dt/multisafepay/php-sdk?style=for-the-badge)](https://packagist.org/packages/multisafepay/php-sdk/stats)
11+
[![License](https://img.shields.io/github/license/multisafepay/php-sdk?style=for-the-badge)](https://github.com/MultiSafepay/php-sdk/blob/master/LICENSE.md)
12+
813

914
## About MultiSafepay
1015
MultiSafepay is a Dutch payment services provider, which takes care of contracts, processing transactions, and collecting payment for a range of local and international payment methods. Start selling online today and manage all your transactions in one place!

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "multisafepay/php-sdk",
33
"description": "MultiSafepay PHP SDK",
44
"type": "library",
5-
"license": "MIT",
5+
"license": "OSL-3.0",
66
"version": "5.17.0",
77
"require": {
88
"php": "^7.2|^8.0",

0 commit comments

Comments
 (0)