PHPackages                             saidtech/zpay - 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. saidtech/zpay

ActiveLibrary[Payment Processing](/categories/payments)

saidtech/zpay
=============

This package is for making an online payments through mpesa and azam pay

v1.0.0(3y ago)00MITPHPPHP ^7.4|^8.0

Since Apr 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Idrisa24/zpay)[ Packagist](https://packagist.org/packages/saidtech/zpay)[ RSS](/packages/saidtech-zpay/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

ZPAY PACKAGE
============

[](#zpay-package)

### Laravel wrapper for [MPESA AND AZAM PAY APIS into LARAVEL Package](https://github.com/Idrisa24/zpay)

[](#laravel-wrapper-for-mpesa-and-azam-pay-apis-into-laravel-package)

Introduction
------------

[](#introduction)

Zpay provides an expressive, fluent interface to [Vodacom's](https://vodacom.co.tz/) and [Azam pay](https://azampay.com/) billing services. It handles almost all of the boilerplate billing code you are dreading writing. In addition to basic payment management, Zpay can handle coupons, swapping subscription, subscription "quantities", cancellation grace periods and much more.

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

[](#installation)

### Laravel

[](#laravel)

Require this package in your composer.json and update composer. This will download the package and the zpay + phpseclib,simple-qrcode and dompdf libraries also.

```
composer require saidtech/zpay

```

Using
-----

[](#using)

### Get Session id

[](#get-session-id)

You can create a new ZPAY instance and load it's functions to get session id.

```
    use Saidtech\Zpay\Facades\Zpay;
    $zpay = Zpay::getSession();
    return $zpay;
```

### Make payment request

[](#make-payment-request)

```
    use Saidtech\Zpay\Facades\Zpay;
    $zpay = Zpay::sendTransaction($payload, $session,$transactions);
    return $zpay;
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1167d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/32125311?v=4)[Idrisa John](/maintainers/Idrisa24)[@Idrisa24](https://github.com/Idrisa24)

---

Top Contributors

[![Idrisa24](https://avatars.githubusercontent.com/u/32125311?v=4)](https://github.com/Idrisa24 "Idrisa24 (5 commits)")

### Embed Badge

![Health badge](/badges/saidtech-zpay/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[laraveldaily/laravel-invoices

Missing invoices for Laravel

1.6k1.5M5](/packages/laraveldaily-laravel-invoices)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[amzn/amazon-pay-api-sdk-php

Amazon Pay API SDK (PHP)

515.5M13](/packages/amzn-amazon-pay-api-sdk-php)

PHPackages © 2026

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