PHPackages                             yomastrategic/yomafleet-payment - 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. yomastrategic/yomafleet-payment

ActiveLibrary[Payment Processing](/categories/payments)

yomastrategic/yomafleet-payment
===============================

Yoma Fleet Payment Gateway Package for Visa, Master, JCB, Wave , Kpay,etc...

v2.0.0(2y ago)4401MITPHPPHP &gt;=7

Since Mar 1Pushed 2y agoCompare

[ Source](https://github.com/yomastrategic/yomafleet-payment)[ Packagist](https://packagist.org/packages/yomastrategic/yomafleet-payment)[ RSS](/packages/yomastrategic-yomafleet-payment/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (3)Dependencies (4)Versions (11)Used By (0)

Demo Payment Gatway
-------------------

[](#demo-payment-gatway)

Require this package in your composer.json and update composer.

```
composer require yomafleet/payment-provider

```

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

[](#installation)

### Laravel 5.x:

[](#laravel-5x)

After updating composer, add the ServiceProvider to the providers array in config/app.php

```
Yomafleet\PaymentProvider\PaymentGatewayServiceProvider::class,

```

You can optionally use the facade for shorter code. Add this to your facades:

```
'Gateway' => Yomafleet\PaymentProvider\Facades\Gateway::class,

```

Using
-----

[](#using)

Use the facade: use Yomafleet\\PaymentProvider\\Facades\\Gateway;

```
$result = Gateway::request();
return $result->verify($data);

```

Use `php artisan vendor:publish` to create a config file located at `config/payment.php` which will allow you to define local configurations to change some settings (default paper etc). You can also use your ConfigProvider to set certain keys.

### Configuration

[](#configuration)

The defaults configuration settings are set in `config/payment.php`. Copy this file to your own config directory to modify the values. You can publish the config using this command:

```
php artisan vendor:publish --provider="Yomafleet\PaymentProvider\PaymentGatewayServiceProvider"

```

Testing
-------

[](#testing)

```
$ ./vendor/bin/phpunit
```

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58% 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 ~310 days

Total

3

Last Release

730d ago

Major Versions

v1.1.0 → v2.0.02024-05-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/cc580288ff1aecd2534ce2e7c8d134d969a15bfcbc654104b13f05828370c3fe?d=identicon)[Yoma Fleet](/maintainers/Yoma%20Fleet)

---

Top Contributors

[![kokophyowai](https://avatars.githubusercontent.com/u/76204113?v=4)](https://github.com/kokophyowai "kokophyowai (65 commits)")[![aungchitminn](https://avatars.githubusercontent.com/u/99715319?v=4)](https://github.com/aungchitminn "aungchitminn (43 commits)")[![waiyanminyoma](https://avatars.githubusercontent.com/u/68223826?v=4)](https://github.com/waiyanminyoma "waiyanminyoma (2 commits)")[![moehtet-yomafleet](https://avatars.githubusercontent.com/u/76426185?v=4)](https://github.com/moehtet-yomafleet "moehtet-yomafleet (1 commits)")[![rawai-yoma](https://avatars.githubusercontent.com/u/89451901?v=4)](https://github.com/rawai-yoma "rawai-yoma (1 commits)")

---

Tags

laravelproviderspaymentgateway

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yomastrategic-yomafleet-payment/health.svg)

```
[![Health](https://phpackages.com/badges/yomastrategic-yomafleet-payment/health.svg)](https://phpackages.com/packages/yomastrategic-yomafleet-payment)
```

###  Alternatives

[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4845.9k](/packages/sebdesign-laravel-viva-payments)[evryn/laravel-toman

A simple stable Laravel package to handle popular payment gateways in Iran including ZarinPal and IDPay.

1079.9k](/packages/evryn-laravel-toman)[omalizadeh/laravel-multi-payment

A driver-based laravel package for online payments via multiple gateways

491.1k](/packages/omalizadeh-laravel-multi-payment)

PHPackages © 2026

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