|
2 | 2 |
|
3 | 3 | **ZarinPal driver for the Omnipay PHP payment processing library**
|
4 | 4 |
|
5 |
| -[][1] |
6 |
| -[][1] |
7 |
| -[][3] |
8 |
| -[][4] |
9 |
| -[][2] |
10 |
| -[][7] |
| 5 | +[![Packagist Version][icon-packagist]][link-packagist] |
| 6 | +[![PHP from Packagist][icon-php-version]][link-packagist] |
| 7 | +[![Packagist Downloads][icon-downloads]][link-packagist] |
| 8 | +[![Tests Status][icon-workflow]][link-workflow] |
| 9 | +[![Coverage Status][icon-coverage]][link-coverage] |
| 10 | +[![License][icon-license]][link-license] |
| 11 | +[![Twitter: nekofar][icon-twitter]][link-twitter] |
11 | 12 |
|
12 | 13 | [Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment
|
13 | 14 | processing library for PHP. This package implements ZarinPal support for Omnipay.
|
@@ -106,3 +107,18 @@ or better yet, fork the library and submit a pull request.
|
106 | 107 | [5]: https://packagist.org/providers/php-http/client-implementation
|
107 | 108 | [6]: https://zarinpal.com
|
108 | 109 | [7]: https://twitter.com/nekofar
|
| 110 | + |
| 111 | +[icon-packagist]: https://img.shields.io/packagist/v/nekofar/omnipay-zarinpal.svg |
| 112 | +[icon-php-version]: https://img.shields.io/packagist/php-v/nekofar/omnipay-zarinpal.svg |
| 113 | +[icon-workflow]: https://img.shields.io/github/workflow/status/nekofar/omnipay-zarinpal/Tests |
| 114 | +[icon-coverage]: https://codecov.io/gh/nekofar/omnipay-zarinpal/graph/badge.svg |
| 115 | +[icon-downloads]: https://img.shields.io/packagist/dt/nekofar/omnipay-zarinpal |
| 116 | +[icon-license]: https://img.shields.io/github/license/nekofar/omnipay-zarinpal.svg |
| 117 | +[icon-twitter]: https://img.shields.io/twitter/follow/nekofar.svg?style=flat |
| 118 | + |
| 119 | +[link-packagist]: https://packagist.org/packages/nekofar/omnipay-zarinpal |
| 120 | +[link-twitter]: https://twitter.com/nekofar |
| 121 | +[link-coverage]: https://codecov.io/gh/nekofar/omnipay-zarinpal |
| 122 | +[link-workflow]: https://github.com/nekofar/omnipay-zarinpal/actions/workflows/tests.yml |
| 123 | +[link-coverage]: https://codecov.io/gh/nekofar/omnipay-zarinpal |
| 124 | +[link-license]: https://github.com/nekofar/omnipay-zarinpal/blob/master/LICENSE.md |
0 commit comments