|
3 | 3 | **An easy to use, consistent payment processing library for PHP 5.3+**
|
4 | 4 |
|
5 | 5 | [](https://travis-ci.org/thephpleague/omnipay-common)
|
6 |
| -[](https://packagist.org/packages/omnipay/omnipay) |
7 |
| -[](https://packagist.org/packages/omnipay/omnipay) |
| 6 | +[](https://packagist.org/packages/omnipay/omnipay) |
| 7 | +[](https://packagist.org/packages/omnipay/omnipay) |
8 | 8 |
|
9 | 9 | Omnipay is a payment processing library for PHP. It has been designed based on
|
10 | 10 | ideas from [Active Merchant](http://activemerchant.org/), plus experience implementing
|
@@ -78,7 +78,7 @@ and code style used in other Omnipay gateways.
|
78 | 78 |
|
79 | 79 | ## Installation
|
80 | 80 |
|
81 |
| -Omnipay is installed via [Composer](http://getcomposer.org/). For most uses, you will need to require an individual gateway: |
| 81 | +Omnipay is installed via [Composer](https://getcomposer.org/). For most uses, you will need to require an individual gateway: |
82 | 82 |
|
83 | 83 | ```
|
84 | 84 | composer require omnipay/paypal:~2.0
|
@@ -116,7 +116,7 @@ Gateway | Composer Package | Maintainer
|
116 | 116 | [Coinbase](https://github.com/thephpleague/omnipay-coinbase) | omnipay/coinbase | [Kayla Daniels](https://github.com/kayladnls)
|
117 | 117 | [Creditcall](https://github.com/meebio/omnipay-creditcall) | meebio/omnipay-creditcall | [John Jablonski](https://github.com/jan-j)
|
118 | 118 | [Cybersource](https://github.com/dioscouri/omnipay-cybersource) | dioscouri/omnipay-cybersource | [Dioscouri Design](https://github.com/dioscouri)
|
119 |
| -[Cybersource SOAP](https://github.com/DABSquared/omnipay-cybersource-soap) | dabsquared/omnipay-cybersource-soap | [DABSquared](https://github.com/DABSquared) |
| 119 | +[Cybersource SOAP](https://github.com/Klinche/omnipay-cybersource-soap) | dabsquared/omnipay-cybersource-soap | [DABSquared](https://github.com/DABSquared) |
120 | 120 | [DataCash](https://github.com/coatesap/omnipay-datacash) | coatesap/omnipay-datacash | [Andrew Coates](https://github.com/coatesap)
|
121 | 121 | [Dummy](https://github.com/thephpleague/omnipay-dummy) | omnipay/dummy | [Kayla Daniels](https://github.com/kayladnls)
|
122 | 122 | [ecoPayz](https://github.com/dercoder/omnipay-ecopayz) | dercoder/omnipay-ecopayz | [Alexander Fedra](https://github.com/dercoder)
|
|
0 commit comments