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)3669[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 2d 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 66% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity17

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

1027d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/109302792?v=4)[alphao](/maintainers/alphao)[@AlphaO](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[chargebee/chargebee-php

ChargeBee API client implementation for PHP

758.5M9](/packages/chargebee-chargebee-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[imdhemy/google-play-billing

Google Play Billing

491.5M5](/packages/imdhemy-google-play-billing)

PHPackages © 2026

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