njoguamos/laravel-paystack

A Laravel package for Paystack payment integration

v1.0.0-beta.1 2025-06-04 23:45 UTC

This package is auto-updated.

Last update: 2025-06-04 23:49:07 UTC


README

Latest Version on Packagist GitHub Actions Test Status Total Downloads

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.