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

ActiveLibrary

phyowailinn/payment
===================

This demo package for dynamic payment gateway

2184PHP

Since Nov 30Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#demo-payment-gatway)

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

```
composer require phyowailinn/payment

```

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

[](#installation)

### Laravel 5.x:

[](#laravel-5x)

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

```
Phyowailinn\Payment\PaymentGatewayServiceProvider::class,

```

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

```
'Gateway' => Phyowailinn\Payment\Facades\Gateway::class,

```

Using
-----

[](#using)

Use the facade: use Phyowailinn\\Payment\\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="Phyowailinn\Payment\PaymentGatewayServiceProvider"

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd53c156eafe90ea5ccd3da10e020ee53c9ad3293ed96a65bec7c67229662381?d=identicon)[phyowailinn](/maintainers/phyowailinn)

---

Top Contributors

[![fiberno](https://avatars.githubusercontent.com/u/9163717?v=4)](https://github.com/fiberno "fiberno (13 commits)")[![phyowailinn](https://avatars.githubusercontent.com/u/10252524?v=4)](https://github.com/phyowailinn "phyowailinn (6 commits)")

### Embed Badge

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

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

PHPackages © 2026

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