https://github.com/njoguamos/laravel-paystack
Laravel Paystack is a Laravel package that integrates the Paystack payment gateway into Laravel applications, providing developers with tools to manage transactions, customers, subscriptions, plans, and transfers.
https://github.com/njoguamos/laravel-paystack
laravel payment-integration paystack
Last synced: 9 days ago
JSON representation
Laravel Paystack is a Laravel package that integrates the Paystack payment gateway into Laravel applications, providing developers with tools to manage transactions, customers, subscriptions, plans, and transfers.
- Host: GitHub
- URL: https://github.com/njoguamos/laravel-paystack
- Owner: njoguamos
- License: mit
- Created: 2025-05-25T17:58:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-03-03T12:13:42.000Z (12 days ago)
- Last Synced: 2026-03-03T15:40:50.951Z (12 days ago)
- Topics: laravel, payment-integration, paystack
- Language: PHP
- Homepage: https://paystack.njoguamos.me.ke/
- Size: 774 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Paystack
[](https://packagist.org/packages/njoguamos/laravel-paystack)

[](https://packagist.org/packages/NjoguAmos/laravel-paystack)
> [!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:
```bash
composer require njoguamos/laravel-paystack
```
## Configuration
Publish the configuration file:
```bash
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:
```dotenv
#PAYSTACK_PUBLIC_KEY=
PAYSTACK_SECRET_KEY=
```
## Usage
You can find the documentation at [Documentation Site](https://paystack.njoguamos.me.ke)
## Testing
```bash
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](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Njogu Amos](https://github.com/njoguamos)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.