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

ActiveLibrary[Payment Processing](/categories/payments)

alphaolomi/php-evpay
====================

Payments with Evpay

v1.0.1(2y ago)3667[2 PRs](https://github.com/alphaolomi/php-evpay/pulls)proprietaryPHPPHP ^8.1

Since Jun 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/alphaolomi/php-evpay)[ Packagist](https://packagist.org/packages/alphaolomi/php-evpay)[ Docs](https://github.com/alphaolomi/laravel-evpay)[ Patreon](https://www.patreon.com/alphaolomi)[ RSS](/packages/alphaolomi-php-evpay/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (6)Used By (0)

Payments with EvPay
===================

[](#payments-with-evpay)

[![Tests](https://github.com/alphaolomi/php-evpay/actions/workflows/run-tests.yml/badge.svg)](https://github.com/alphaolomi/php-evpay/actions/workflows/run-tests.yml)[![Fix PHP code style issues](https://github.com/alphaolomi/php-evpay/actions/workflows/fix-php-code-style-issues.yml/badge.svg)](https://github.com/alphaolomi/php-evpay/actions/workflows/fix-php-code-style-issues.yml)[![Packagist Downloads](https://camo.githubusercontent.com/e296fd21552b6e3fa17ff492a356e206907a9d1de761253e941b6161a0cfb654/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c7068616f6c6f6d692f7068702d6576706179)](https://packagist.org/packages/alphaolomi/php-evpay)

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

[](#installation)

You can install the package via Composer:

```
composer require alphaolomi/laravel-evpay
```

Usage
-----

[](#usage)

```
use Alphaolomi\EvPay\EvPayService;

$evPayClient = new EvPayService([
    'name' => 'E-learning Platform',
    'username' => 'username',
    'callback' => 'https://e-learn-platform.com/callback',
]);

$response =  $evPayClient->paymentRequest([
    'mobileNo' => '0747991498',
    'amount' => 3000,
    'product' => 'Monthly Subscription',
    'network' => 'Mpesa',
]);

var_dump($response);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Alpha Olomi](https://github.com/alphaolomi)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~46 days

Total

3

Last Release

979d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7534dd7341d883267be41935354b56c27f94d6bbd6a7abd9f257bb2d494a3798?d=identicon)[alphao](/maintainers/alphao)

---

Top Contributors

[![alphaolomi](https://avatars.githubusercontent.com/u/10551599?v=4)](https://github.com/alphaolomi "alphaolomi (12 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

---

Tags

paymentsphpalphaolomilaravel-evPayevMak

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[imdhemy/google-play-billing

Google Play Billing

491.3M5](/packages/imdhemy-google-play-billing)[bitpay/sdk

Complete version of the PHP library for the new cryptographically secure BitPay API

42337.5k4](/packages/bitpay-sdk)[buckaroo/sdk

Buckaroo payment SDK

12189.1k9](/packages/buckaroo-sdk)[contica/facturador-electronico-cr

Un facturador de código libre para integrar facturación electrónica en Costa Rica a un proyecto PHP

2128.8k](/packages/contica-facturador-electronico-cr)[alphaolomi/laravel-azampay

Laravel Azampay

301.1k](/packages/alphaolomi-laravel-azampay)

PHPackages © 2026

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