PHPackages                             zenithpay/php-zenithpay - 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. zenithpay/php-zenithpay

ActiveLibrary[Payment Processing](/categories/payments)

zenithpay/php-zenithpay
=======================

PHP SDK for ZenithPay virtual account gateway

00PHP

Since Aug 18Pushed 9mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

📌 README.md

ZenithPay PHP SDK
=================

[](#zenithpay-php-sdk)

A simple PHP SDK for integrating ZenithPay virtual dedicated accounts.

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

[](#installation)

```
composer require zenithpay/php-zenithpay

Usage
use ZenithPay\ZenithPayClient;

$zenith = new ZenithPayClient("https://zenithpay.ng", "your_secret_key");

$response = $zenith->createDedicatedAccount([
    "bvn" => "222123456789",
    "account_name" => "John INVENTURES LTD",
    "first_name" => "John",
    "last_name" => "Doe",
    "email" => "john@gmail.com",
]);

print_r($response);
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance41

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

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://www.gravatar.com/avatar/2e0bf4bcb8d52162f1b0395fef7541fa5c0c6b657dc0cd70ceb61f5b261b3c40?d=identicon)[Lefagana](/maintainers/Lefagana)

### Embed Badge

![Health badge](/badges/zenithpay-php-zenithpay/health.svg)

```
[![Health](https://phpackages.com/badges/zenithpay-php-zenithpay/health.svg)](https://phpackages.com/packages/zenithpay-php-zenithpay)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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