njoguamos / laravel-paystack
A Laravel package for Paystack payment integration
Requires
- php: ^8.2 | ^8.3 | ^8.4
- illuminate/support: ^11.0 | ^12.0
- saloonphp/saloon: ^3.0
- spatie/laravel-data: ^4.15
Requires (Dev)
- laravel/pint: ^1.22
- orchestra/testbench: ^9.0 | ^10.0
- pestphp/pest: ^v3.8
- pestphp/pest-plugin-laravel: ^v3.2
- phpstan/phpstan: ^2.1
- rector/rector: ^2.0
This package is auto-updated.
Last update: 2025-06-04 23:49:07 UTC
README
Warning
This package is still in development and it is not ready for production.
A Laravel package for integrating with Paystack payment gateway.
Installation
You can install the package via composer:
composer require njoguamos/laravel-paystack
Configuration
Publish 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=
Usage
You can find the documentation at Documentation Site
Testing
composer test
Changelog
Please see TODO for more information on what has changed recently.
Contributing
Please see TODO for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.