Download the PHP package iamolayemi/laravel-paystack without Composer
On this page you can find all versions of the php package iamolayemi/laravel-paystack. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download iamolayemi/laravel-paystack
More information about iamolayemi/laravel-paystack
Files in iamolayemi/laravel-paystack
Package laravel-paystack
Short Description A laravel package for working with paystack api
License MIT
Homepage https://github.com/iamolayemi/laravel-paystack
Informations about the package laravel-paystack
#
This package provides an expressive and convenient way to interact with the Paystack API within your Laravel Application.
Installation
Requires PHP 8.1+
You can install the package via composer:
Usage
Open your .env file and add your public key, secret key, callback url and webhook:
This package provides some fluent interface to interact with the paystack api. To learn all about it, head over to the extensive documentation.
Here are some of the things you can do with this package.
You can also get a specific data from the api call by passing in the key of the data you want to return as an argument in the response() method
Alternatively, this package also provide another fluent method that make it easy to fetch only the authorization url.
Documentation
You'll find the documentation on https://laravel-paystack.netlify.app.
Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the media library? Feel free to create an issue on GitHub, we'll try to address it as soon as possible.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Olayemi Olatayo
- All Contributors
Alternatives
License
The MIT License (MIT). Please see License File for more information.