You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Throw cURL error
- Throw Paystack API errors
- Add methods for Page and Subscription
- Change getOne to fetch
- Allow pluralised listing
- When using Guzzle, throw errors as long as there's no response
- Remove all test files. intend to write properly
Copy file name to clipboardExpand all lines: composer.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,10 @@
29
29
"guzzlehttp/guzzle": "Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services. While not required by Paystack-PHP, installing it will provide you a more object-oriented experience. Also note that when Guzzle is installed, the result from API calls will be a GuzzleHttp\\Psr7\\Response Object"
0 commit comments