PHPackages                             queents/payment-module - 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. queents/payment-module

ActiveLaravel-module[Payment Processing](/categories/payments)

queents/payment-module
======================

Payment Services Integrations &amp; Management Module for VILT Framework

v1.0.0(3y ago)0116MITPHP

Since Sep 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/queents/payment-module)[ Packagist](https://packagist.org/packages/queents/payment-module)[ Docs](https://www.queentechsolutions.net)[ RSS](/packages/queents-payment-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Vilt Payment
============

[](#vilt-payment)

Payment Services Integrations &amp; Management Module for VILT Framework

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

[](#installation)

You can install the package via composer:

```
composer require queents/payment-module
```

Install the package

```
php artisan payment:install
```

and now clear cache

```
php artisan optimize:clear
```

List of providers
-----------------

[](#list-of-providers)

- [Fawry Pay](https://fawry.com/)
- [Paytabs](https://site.paytabs.com/en)
- [Paymob](https://paymob.com/)

How to use
----------

[](#how-to-use)

you have 4 facade methods

```
//request contain data that will sent to payment methods
\PaymentModule::pay($request->all())
//return error message empty if success
\PaymentModule::getErrorMessage()
//return array with data that contain the payment url
\PaymentModule::getData()
//takes payment method id and the request from payment getway
\PaymentModule::callback($request->all(),$paymentMethod)
```

Data base ERD
-------------

[](#data-base-erd)

**Notes**

- Payments table has **order\_id ,order\_table** morph relation

> maybe you have orders table for customers and vendor\_orders for vendors

- Payments table has **model\_id ,model\_table** morph relation

> maybe you have users table for customers and vendors table for vendors

- name and description columns are json format to allow you to use spatie translation if you want

Classes
-------

[](#classes)

We have a facade class that use payment services as explained in how to use after that payment use factory pattern to fill payment methods from DB if it's available with it's integrations and have return payment instance for given payment id from request.

UML
---

[](#uml)

Traits
------

[](#traits)

We have 2 traits that you can use where ever you want

- HttpHelper

> This trait has post method using GuzzleHttp tacks **uri ,data** as parameters and public variables timeout as integer and header as array contain default header so you can change it from out side from the trait

- PaymentSaveToLogs

> Tacks only response and payload and store them as json

Changelog
---------

[](#changelog)

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

Credits
-------

[](#credits)

- [Queen Tech Solutions](https://github.com/queents)

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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

1334d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/809bc5f4a4ab60764ebeceed2fd4156b85118e5abe77a66a50977c083f1cc7ca?d=identicon)[queents](/maintainers/queents)

---

Top Contributors

[![fadymondy](https://avatars.githubusercontent.com/u/11937812?v=4)](https://github.com/fadymondy "fadymondy (3 commits)")[![khaledAbodaif](https://avatars.githubusercontent.com/u/32595431?v=4)](https://github.com/khaledAbodaif "khaledAbodaif (2 commits)")

---

Tags

laravelpageresourcepaymenttailwindcssadmin-panelVue.jsviltVilt stackadmin oneineriajsvilt-admin

### Embed Badge

![Health badge](/badges/queents-payment-module/health.svg)

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

###  Alternatives

[dena-a/iran-payment

a Laravel package to handle Internet Payment Gateways for Iran Banking System

312.4k1](/packages/dena-a-iran-payment)

PHPackages © 2026

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