PHPackages                             panigale/laravel5-gomypay - 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. panigale/laravel5-gomypay

ActiveLibrary[Payment Processing](/categories/payments)

panigale/laravel5-gomypay
=========================

laravel5 taiwan GoMyPay payment package

0.2(5y ago)06941MITPHP

Since Jan 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Panigale/laravel5-GoMyPay)[ Packagist](https://packagist.org/packages/panigale/laravel5-gomypay)[ RSS](/packages/panigale-laravel5-gomypay/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (19)Used By (1)

Laravel5-GoMyPay
----------------

[](#laravel5-gomypay)

Laravel5-GoMyPay is a laravel package for you to simple use GoMyPay payment system.

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

[](#installation)

```
composer require Panigale/laravel5-GoMyPay

```

In .env add, you can register on

```
GOMYPAY_STORECODE=your store code
GOMYPAY_TRADECODE=your trade code
GOMYPAY_CALLBACK=custom callback url
GOMYPAY_BACKEND=custom backend recevice url

```

Publish config.

```
php artisan vendor:publish --provider="Panigale\GoMyPay\GoMyPayServiceProvider"

```

Basic Usage
-----------

[](#basic-usage)

### Create payment:

[](#create-payment)

```
GoMyPay::payBy($paymentType)
       ->withAmount($amount)
       ->withUser($name ,$email ,$phone)
       ->create()

```

Then it well return an array include every fields for GoMyPay required. And you need to do is post this fields to GoMyPay.

### Get payment result:

[](#get-payment-result)

if payment type is entity. it should have options

$paymentType 1: Web-ATM 2: 虛擬帳號繳費 3: 超商條碼代收

```
$response = GoMyPay::done($paymentType = null)

```

GoMyPayTradeId

```
$response->serverTradeId

```

tradeNo

```
$response->tradeNo

```

payAccount

```
$response->payAccount

```

amount

```
$response->amount

```

expiredDate

```
$response->expiredDate

```

if payment type is Web-ATM, you can get pay date.

```
$response->payDate

```

License
-------

[](#license)

The Laravel5-GoMyPay is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~73 days

Recently: every ~163 days

Total

18

Last Release

1845d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5546128?v=4)[Panigale](/maintainers/Panigale)[@Panigale](https://github.com/Panigale)

---

Top Contributors

[![Panigale](https://avatars.githubusercontent.com/u/5546128?v=4)](https://github.com/Panigale "Panigale (18 commits)")

### Embed Badge

![Health badge](/badges/panigale-laravel5-gomypay/health.svg)

```
[![Health](https://phpackages.com/badges/panigale-laravel5-gomypay/health.svg)](https://phpackages.com/packages/panigale-laravel5-gomypay)
```

###  Alternatives

[omnipay/coinbase

Coinbase driver for the Omnipay payment processing library

18570.2k1](/packages/omnipay-coinbase)

PHPackages © 2026

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