PHPackages                             alloys9/paystack\_rahisi - 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. alloys9/paystack\_rahisi

ActiveLibrary[Payment Processing](/categories/payments)

alloys9/paystack\_rahisi
========================

A simple PHP library for Paystack API

32PHP

Since Aug 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Alloys9/paystack-rahisi)[ Packagist](https://packagist.org/packages/alloys9/paystack_rahisi)[ RSS](/packages/alloys9-paystack-rahisi/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Paystack Rahisi
===============

[](#paystack-rahisi)

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

**Paystack Rahisi** is a simple PHP library for integrating the Paystack API with Laravel applications. It provides an easy-to-use interface to handle various Paystack functionalities, streamlining the payment processing experience for developers.

Features
--------

[](#features)

- Simple and straightforward integration with Paystack API
- Automatic setup of controllers, migrations, models, views, and routes
- Designed to work seamlessly with Laravel 8.x and above

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

[](#installation)

To get started with Paystack Rahisi, follow these steps:

### Step 1: Install the package via Composer

[](#step-1-install-the-package-via-composer)

```
composer require alloys9/paystack_rahisi:dev-main@dev
```

### Step 2: Run the installation command

[](#step-2-run-the-installation-command)

After installing the package, run the following Artisan command to set up the package:

```
php artisan paystack-rahisi:install
```

This command will:

- Copy controllers to app/Http/Controllers
- Copy migrations to database/migrations
- Copy models to app/Models
- Copy views to resources/views
- Append necessary routes to routes/web.php

### Step 3: Migrate the database

[](#step-3-migrate-the-database)

Run the following command to migrate the necessary database tables:

```
php artisan migrate
```

### Step 4: Add the following to your .env file to save the variables

[](#step-4-add-the-following-to-your-env-file-to-save-the-variables)

```
PAYSTACK_PUBLIC_KEY=
PAYSTACK_SECRET_KEY=
```

Then you are done! That simple!

### If an error occurs run

[](#if-an-error-occurs-run)

```
php artisan vendor:publish --provider="Alloys9\PaystackRahisi\PaystackServiceProvider"
```

Then run

```
php artisan paystack-rahisi:install
```

License
-------

[](#license)

This package is open-sourced software licensed under the MIT license.

MIT License

Copyright 2024 Alloys Amasakha

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/104967102?v=4)[Alloys Amasakha](/maintainers/Alloys9)[@Alloys9](https://github.com/Alloys9)

---

Top Contributors

[![Alloys9](https://avatars.githubusercontent.com/u/104967102?v=4)](https://github.com/Alloys9 "Alloys9 (7 commits)")

---

Tags

payment-integrationpaystackpaystack-api

### Embed Badge

![Health badge](/badges/alloys9-paystack-rahisi/health.svg)

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

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)

PHPackages © 2026

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