PHPackages                             njoguamos/laravel-paystack - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. njoguamos/laravel-paystack

ActiveLibrary[Payment Processing](/categories/payments)

njoguamos/laravel-paystack
==========================

A Laravel package for Paystack payment integration

v1.0.0-beta.9(1mo ago)12.5k↓50%MITPHPPHP ^8.3 | ^8.4 | ^8.5CI passing

Since Jun 5Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/njoguamos/laravel-paystack)[ Packagist](https://packagist.org/packages/njoguamos/laravel-paystack)[ RSS](/packages/njoguamos-laravel-paystack/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (18)Versions (15)Used By (0)

Laravel Paystack
================

[](#laravel-paystack)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9017d7736910cf859398ff7593c774a75c88b14b81e6a776f1f09c23f50ddb63/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6a6f6775616d6f732f6c61726176656c2d706179737461636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/njoguamos/laravel-paystack)[![GitHub Actions Test Status](https://camo.githubusercontent.com/1cb9155e8e31755baf01eaf480b8be1a2563735e5303e77d4bd27ac97bf76f9c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e6a6f6775616d6f732f6c61726176656c2d706179737461636b2f74657374732e796d6c3f6c6f676f3d676974687562266c6162656c3d5465737473)](https://camo.githubusercontent.com/1cb9155e8e31755baf01eaf480b8be1a2563735e5303e77d4bd27ac97bf76f9c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e6a6f6775616d6f732f6c61726176656c2d706179737461636b2f74657374732e796d6c3f6c6f676f3d676974687562266c6162656c3d5465737473)[![Total Downloads](https://camo.githubusercontent.com/6fcc6d316b5da2b3db8a2803a82eca966f2cab74d48ebab6cf214e7a27d81807/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6a6f6775616d6f732f6c61726176656c2d706179737461636b2e7376673f7374796c653d666c61742d737175617265)](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
------------

[](#installation)

You can install the package via composer:

```
composer require njoguamos/laravel-paystack
```

Configuration
-------------

[](#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
-----

[](#usage)

You can find the documentation at [Documentation Site](https://paystack.njoguamos.me.ke)

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see TODO for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see TODO for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Njogu Amos](https://github.com/njoguamos)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance89

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~36 days

Recently: every ~26 days

Total

9

Last Release

54d ago

PHP version history (2 changes)v1.0.0-beta.1PHP ^8.2 | ^8.3 | ^8.4

v1.0.0-beta.8PHP ^8.3 | ^8.4 | ^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/1262b428518ef976f4268074e0b9e9280ec9af765aee553112bea64401beed8f?d=identicon)[njoguamos](/maintainers/njoguamos)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (58 commits)")[![njoguamos](https://avatars.githubusercontent.com/u/29255728?v=4)](https://github.com/njoguamos "njoguamos (32 commits)")

---

Tags

laravelpayment-integrationpaystack

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/njoguamos-laravel-paystack/health.svg)

```
[![Health](https://phpackages.com/badges/njoguamos-laravel-paystack/health.svg)](https://phpackages.com/packages/njoguamos-laravel-paystack)
```

###  Alternatives

[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4845.9k](/packages/sebdesign-laravel-viva-payments)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)[wandesnet/mercadopago-laravel

PHP SDK for integration with Mercado Pago

252.4k](/packages/wandesnet-mercadopago-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
