Skip to content

Commit 1cb7605

Browse files
committed
Add known gateways table
1 parent bbc3b03 commit 1cb7605

File tree

1 file changed

+33
-29
lines changed

1 file changed

+33
-29
lines changed

README.md

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ we prefer to work with the HTTP API directly. Under the hood, we use the popular
6565

6666
New gateways can be created by cloning the layout of an existing package. When choosing a
6767
name for your package, please don't use the `omnipay` vendor prefix, as this implies that
68-
it is officially supported. You should use your own username as the vendor prefix, and append
69-
`-omnipay` to the package name to make it clear that your package works with Omnipay.
68+
it is officially supported. You should use your own username as the vendor prefix, and prepend
69+
`omnipay-` to the package name to make it clear that your package works with Omnipay.
7070
For example, if your GitHub username was `santa`, and you were implementing the `giftpay`
71-
payment library, a good name for your composer package would be `santa/giftpay-omnipay`.
71+
payment library, a good name for your composer package would be `santa/omnipay-giftpay`.
7272

7373
If you want to transfer your gateway to the `omnipay` GitHub organization and add it
7474
to the list of officially supported gateways, please open a pull request on the
@@ -109,32 +109,36 @@ Next, run composer to update your dependencies:
109109
All payment gateways must implement [GatewayInterface](https://github.com/omnipay/common/blob/master/src/Omnipay/Common/GatewayInterface.php), and will usually
110110
extend [AbstractGateway](https://github.com/omnipay/common/blob/master/src/Omnipay/Common/AbstractGateway.php) for basic functionality.
111111

112-
The following gateways are available and officially supported:
113-
114-
* [2Checkout](https://github.com/omnipay/2checkout)
115-
* [Authorize.Net](https://github.com/omnipay/authorizenet)
116-
* [Buckaroo](https://github.com/omnipay/buckaroo)
117-
* [CardSave](https://github.com/omnipay/cardsave)
118-
* [Dummy](https://github.com/omnipay/dummy)
119-
* [eWAY](https://github.com/omnipay/eway)
120-
* [First Data](https://github.com/omnipay/firstdata)
121-
* [GoCardless](https://github.com/omnipay/gocardless)
122-
* [Manual](https://github.com/omnipay/manual)
123-
* [Migs](https://github.com/omnipay/migs)
124-
* [Mollie](https://github.com/omnipay/mollie)
125-
* [MultiSafepay](https://github.com/omnipay/multisafepay)
126-
* [Netaxept (BBS)](https://github.com/omnipay/netaxept)
127-
* [Netbanx](https://github.com/omnipay/netbanx)
128-
* [PayFast](https://github.com/omnipay/payfast)
129-
* [Payflow](https://github.com/omnipay/payflow)
130-
* [PaymentExpress (DPS)](https://github.com/omnipay/paymentexpress)
131-
* [PayPal](https://github.com/omnipay/paypal)
132-
* [Pin Payments](https://github.com/omnipay/pin)
133-
* [Sage Pay](https://github.com/omnipay/sagepay)
134-
* [SecurePay](https://github.com/omnipay/securepay)
135-
* [Stripe](https://github.com/omnipay/stripe)
136-
* [TargetPay](https://github.com/omnipay/targetpay)
137-
* [WorldPay](https://github.com/omnipay/worldpay)
112+
The following gateways are available:
113+
114+
Gateway | Composer Package | Maintainer
115+
--- | --- | ---
116+
[2Checkout](https://github.com/omnipay/2checkout) | omnipay/twocheckout | [Adrian Macneil](https://github.com/adrianmacneil)
117+
[Authorize.Net](https://github.com/omnipay/authorizenet) | omnipay/authorizenet | [Adrian Macneil](https://github.com/adrianmacneil)
118+
[Buckaroo](https://github.com/omnipay/buckaroo) | omnipay/buckaroo | [Adrian Macneil](https://github.com/adrianmacneil)
119+
[CardSave](https://github.com/omnipay/cardsave) | omnipay/cardsave | [Adrian Macneil](https://github.com/adrianmacneil)
120+
[Dummy](https://github.com/omnipay/dummy) | omnipay/dummy | [Adrian Macneil](https://github.com/adrianmacneil)
121+
[eWAY](https://github.com/omnipay/eway) | omnipay/eway | [Adrian Macneil](https://github.com/adrianmacneil)
122+
[First Data](https://github.com/omnipay/firstdata) | omnipay/firstdata | [Adrian Macneil](https://github.com/adrianmacneil)
123+
[GoCardless](https://github.com/omnipay/gocardless) | omnipay/gocardless | [Adrian Macneil](https://github.com/adrianmacneil)
124+
[Manual](https://github.com/omnipay/manual) | omnipay/manual | [Adrian Macneil](https://github.com/adrianmacneil)
125+
[Migs](https://github.com/omnipay/migs) | omnipay/migs | [Adrian Macneil](https://github.com/adrianmacneil)
126+
[Mollie](https://github.com/omnipay/mollie) | omnipay/mollie | [Adrian Macneil](https://github.com/adrianmacneil)
127+
[MultiSafepay](https://github.com/omnipay/multisafepay) | omnipay/multisafepay | [Alexander Deruwe](https://github.com/aderuwe)
128+
[Netaxept (BBS)](https://github.com/omnipay/netaxept) | omnipay/netaxept | [Adrian Macneil](https://github.com/adrianmacneil)
129+
[Netbanx](https://github.com/omnipay/netbanx) | omnipay/netbanx | [Adrian Macneil](https://github.com/adrianmacneil)
130+
[Pacnet](https://github.com/mfauveau/omnipay-pacnet) | mfauveau/omnipay-pacnet | [Matthieu Fauveau](https://github.com/mfauveau)
131+
[PayFast](https://github.com/omnipay/payfast) | omnipay/payfast | [Adrian Macneil](https://github.com/adrianmacneil)
132+
[Payflow](https://github.com/omnipay/payflow) | omnipay/payflow | [Adrian Macneil](https://github.com/adrianmacneil)
133+
[PaymentExpress (DPS)](https://github.com/omnipay/paymentexpress) | omnipay/paymentexpress | [Adrian Macneil](https://github.com/adrianmacneil)
134+
[PayPal](https://github.com/omnipay/paypal) | omnipay/paypal | [Adrian Macneil](https://github.com/adrianmacneil)
135+
[Pin Payments](https://github.com/omnipay/pin) | omnipay/pin | [Adrian Macneil](https://github.com/adrianmacneil)
136+
[Sage Pay](https://github.com/omnipay/sagepay) | omnipay/sagepay | [Adrian Macneil](https://github.com/adrianmacneil)
137+
[SecurePay](https://github.com/omnipay/securepay) | omnipay/securepay | [Adrian Macneil](https://github.com/adrianmacneil)
138+
[Skrill](https://github.com/alfaproject/omnipay-skrill) | alfaproject/omnipay-skrill | [João Dias](https://github.com/alfaproject)
139+
[Stripe](https://github.com/omnipay/stripe) | omnipay/stripe | [Adrian Macneil](https://github.com/adrianmacneil)
140+
[TargetPay](https://github.com/omnipay/targetpay) | omnipay/targetpay | [Alexander Deruwe](https://github.com/aderuwe)
141+
[WorldPay](https://github.com/omnipay/worldpay) | omnipay/worldpay | [Adrian Macneil](https://github.com/adrianmacneil)
138142

139143
Gateways are created and initialized like so:
140144

0 commit comments

Comments
 (0)