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 1mo ago

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

Maturity49

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

1121d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2918b454217047aa333ecf6b71ca0574daf73c07ccf31df9d7ae288375a6ec54?d=identicon)[Idrisa24](/maintainers/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

[laraveldaily/laravel-invoices

Missing invoices for Laravel

1.5k1.3M4](/packages/laraveldaily-laravel-invoices)[amzn/amazon-pay-api-sdk-php

Amazon Pay API SDK (PHP)

505.1M9](/packages/amzn-amazon-pay-api-sdk-php)[amzn/amazon-pay-magento-2-module

Official Magento2 Plugin to integrate with Amazon Pay

109501.7k1](/packages/amzn-amazon-pay-magento-2-module)[sylius/paypal-plugin

PayPal plugin for Sylius.

451.4M4](/packages/sylius-paypal-plugin)[tpay-com/tpay-php

Tpay.com library

25260.3k9](/packages/tpay-com-tpay-php)[litle/payments-sdk

The Vantiv eCommerce PHP SDK is a PHP implementation of the \[Vantiv eCommerce\](https://developer.vantiv.com/community/ecommerce). XML API. This SDK was created to make it as easy as possible to connect process your payments with Vantiv eCommerce

19139.3k1](/packages/litle-payments-sdk)

PHPackages © 2026

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