Skip to content

Commit 9b10760

Browse files
Merge pull request #2 from PaystackOSS/update-readme
update README for PHP 7.4+ and add sample app reference
2 parents 06ca4fa + 0f08633 commit 9b10760

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A PHP API wrapper for [Paystack](https://paystack.co/).
1313

1414
## Requirements
1515
- Curl 7.34.0 or more recent (Unless using Guzzle)
16-
- PHP 5.4.0 or more recent
16+
- PHP 7.4.0 or more recent
1717
- OpenSSL v1.0.1 or more recent
1818

1919
## Install
@@ -166,10 +166,10 @@ Generally, to make an API request after constructing a paystack object, Make a c
166166
to the resource/method thus: `$paystack->{resource}->{method}()`; for gets,
167167
use `$paystack->{resource}(id)` and to list resources: `$paystack->{resource}s()`.
168168

169-
Currently, we support: 'customer', 'page', 'plan', 'subscription', 'transaction' and 'subaccount'. Check
169+
Currently, we support: 'customer', 'page', 'plan', 'subscription', 'transaction', 'subaccount', 'balance', 'bank', 'transfer', 'transferrecipient', 'invoice', 'settlement', 'integration' and 'decision'. Check
170170
our API reference([link-paystack-api-reference][link-paystack-api-reference]) for the methods supported. To specify parameters, send as an array.
171171

172-
Check [SAMPLES](SAMPLES.md) for more sample calls
172+
Check [SAMPLES](SAMPLES.md) for more sample calls, or see the [examples/cactus-shop](examples/cactus-shop) directory for a complete working demo.
173173

174174
## Extras
175175

0 commit comments

Comments
 (0)