Warning
This package is still in development and it is not ready for production.
A Laravel package for integrating with Paystack payment gateway.
You can install the package via composer:
composer require njoguamos/laravel-paystackPublish the configuration file:
php artisan vendor:publish --tag="paystack-config"This will publish a paystack.php configuration file to your config directory.
Add your Paystack API keys to your .env file:
#PAYSTACK_PUBLIC_KEY=
PAYSTACK_SECRET_KEY=You can find the documentation at Documentation Site
composer testPlease see TODO for more information on what has changed recently.
Please see TODO for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.