@@ -71,7 +71,7 @@ For example, if your GitHub username was `santa`, and you were implementing the
7171payment library, a good name for your composer package would be ` santa/omnipay-giftpay ` .
7272
7373If you want to transfer your gateway to the ` omnipay ` GitHub organization and add it
74- to the list of officially supported gateways, please open a pull request on the
74+ to the list of officially supported gateways, please open a pull request on the
7575[ omnipay/common] ( https://github.com/thephpleague/omnipay-common ) package. Before new gateways will
7676be accepted, they must have 100% unit test code coverage, and follow the conventions
7777and code style used in other Omnipay gateways.
@@ -85,11 +85,11 @@ composer require omnipay/paypal:~2.0
8585```
8686
8787 To install all officially supported gateways:
88-
88+
8989```
9090composer require omnipay/omnipay:~2.0
9191```
92-
92+
9393> This will require ** ALL** ~ 25 Omnipay gateways and is generally discouraged.
9494
9595
@@ -109,6 +109,7 @@ Gateway | Composer Package | Maintainer
109109[ Alipay] ( https://github.com/lokielse/omnipay-alipay ) | lokielse/omnipay-alipay | [ Loki Else] ( https://github.com/lokielse )
110110[ Authorize.Net] ( https://github.com/thephpleague/omnipay-authorizenet ) | omnipay/authorizenet | [ Kayla Daniels] ( https://github.com/kayladnls )
111111[ Barclays ePDQ] ( https://github.com/samvaughton/omnipay-barclays-epdq ) | samvaughton/omnipay-barclays-epdq | [ Sam Vaughton] ( https://github.com/samvaughton )
112+ [ Beanstream] ( https://github.com/lemonstand/omnipay-beanstream ) | lemonstand/omnipay-beanstream | [ LemonStand] ( https://github.com/lemonstand )
112113[ BKM Express] ( https://github.com/yasinkuyu/omnipay-bkm ) | yasinkuyu/omnipay-bkm | [ Yasin Kuyu] ( https://github.com/yasinkuyu )
113114[ Buckaroo] ( https://github.com/thephpleague/omnipay-buckaroo ) | omnipay/buckaroo | [ Kayla Daniels] ( https://github.com/kayladnls )
114115[ CardGate] ( https://github.com/cardgate/omnipay-cardgate ) | cardgate/omnipay-cardgate | [ CardGate] ( https://github.com/cardgate )
0 commit comments