Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Apr 21, 2020
1 parent 4b20f22 commit d238643
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Omnipay: Paystack
# Paystack support for Omnipay

[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment
processing library for PHP 5.3+. This package implements Paystack support for Omnipay.

*TODO* Add description

## Install

Instal the gateway using require. Require the `league/omnipay` base package and this gateway.
Install the gateway using require. Require the `league/omnipay` base package and this gateway.

```bash
$ composer require league/omnipay paystackhq/omnipay-paystack
Expand All @@ -17,7 +15,7 @@ $ composer require league/omnipay paystackhq/omnipay-paystack

The following gateways are provided by this package:

- Paystack
- Paystack (Offsite Redirect)

For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay) repository.

Expand Down

0 comments on commit d238643

Please sign in to comment.