PHPackages                             d-scribe/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. [API Development](/categories/api)
4. /
5. d-scribe/laravel-paystack

ActiveLibrary[API Development](/categories/api)

d-scribe/laravel-paystack
=========================

A collection of classes to be extended/used in laravel applications for quick development

v1.1.1(6y ago)112MITPHP

Since Jun 18Pushed 6y agoCompare

[ Source](https://github.com/ezra-obiwale/laravel-paystack)[ Packagist](https://packagist.org/packages/d-scribe/laravel-paystack)[ RSS](/packages/d-scribe-laravel-paystack/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

laravel-paystack
================

[](#laravel-paystack)

A wrapper around the official [paystack](https://github.com/yabacon/paystack-php) library for laravel.

Installation
------------

[](#installation)

```
composer require d-scribe/laravel-paystack
```

For Laravel &lt;= 5.4:

1. Add `Paystack\Providers\ServiceProvider` to the providers section in **config\\app.php** file like

    ```
    'providers' => [
        // ...
        Paystack\Providers\ServiceProvider::class,
    ]
    ```
2. Add `Paystack\Facades\Api` to the aliases section in **config\\app.php** file like

    ```
    'aliases' => [
        // ...
        'PaystackApi' => Paystack\Facades\Api::class
    ]
    ```
3. Create `PAYSTACK_SECRET_KEY` variable in the `.env` file

Usage
-----

[](#usage)

See .

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~3 days

Total

4

Last Release

2512d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e38a65ae3f79888b4c33c06ba9958594ed7fb7bcac3d87d7b9f2f8f99eb20e12?d=identicon)[ezraobiwale](/maintainers/ezraobiwale)

---

Top Contributors

[![ezra-obiwale](https://avatars.githubusercontent.com/u/2762623?v=4)](https://github.com/ezra-obiwale "ezra-obiwale (6 commits)")

---

Tags

apiweblaravelcontrollertraitsquick

### Embed Badge

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

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

###  Alternatives

[d-scribe/laraquick

A collection of classes to be extended/used in laravel applications for quick development

371.8k1](/packages/d-scribe-laraquick)[phpsa/laravel-api-controller

A laravel api base controller with basic CRUD mapped to the model

4860.6k5](/packages/phpsa-laravel-api-controller)

PHPackages © 2026

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