2017 © Pedro Peláez
 

library laravel5-gomypay

laravel5 taiwan GoMyPay payment package

image

panigale/laravel5-gomypay

laravel5 taiwan GoMyPay payment package

  • Wednesday, May 30, 2018
  • by Panigale
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 6 % Grown

The README.md

Laravel5-GoMyPay

Laravel5-GoMyPay is a laravel package for you to simple use GoMyPay payment system., (*1)

Installation

composer require Panigale/laravel5-GoMyPay

In .env add, you can register on, (*2)

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

Publish config., (*3)

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

Basic Usage

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., (*4)

Get payment result:

if payment type is entity. it should have options, (*5)

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

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

GoMyPayTradeId, (*7)

$response->serverTradeId

tradeNo, (*8)

$response->tradeNo

payAccount, (*9)

$response->payAccount

amount, (*10)

$response->amount

expiredDate, (*11)

$response->expiredDate

if payment type is Web-ATM, you can get pay date., (*12)

$response->payDate

License

The Laravel5-GoMyPay is open-sourced software licensed under the MIT license., (*13)

The Versions

30/05 2018

dev-master

9999999-dev

laravel5 taiwan GoMyPay payment package

  Sources   Download

MIT

by Avatar Panigale

30/05 2018

0.1.11

0.1.11.0

laravel5 taiwan GoMyPay payment package

  Sources   Download

MIT

by Avatar Panigale

15/03 2018

0.1.10

0.1.10.0

laravel5 taiwan GoMyPay payment package

  Sources   Download

MIT

by Avatar Panigale

08/03 2018

0.1.9

0.1.9.0

laravel5 taiwan GoMyPay payment package

  Sources   Download

MIT

by Avatar Panigale

05/03 2018

0.1.8

0.1.8.0

laravel5 taiwan GoMyPay payment package

  Sources   Download

MIT

by Avatar Panigale

03/03 2018

0.1.7

0.1.7.0

laravel5 taiwan GoMyPay payment package

  Sources   Download

MIT

by Avatar Panigale

02/03 2018

0.1.6

0.1.6.0

laravel5 taiwan GoMyPay payment package

  Sources   Download

MIT

by Avatar Panigale

02/03 2018

0.1.5

0.1.5.0

laravel5 taiwan GoMyPay payment package

  Sources   Download

MIT

by Avatar Panigale

01/03 2018

0.1.4

0.1.4.0

laravel5 taiwan GoMyPay payment package

  Sources   Download

MIT

by Avatar Panigale

27/02 2018

0.1.3

0.1.3.0

laravel5 taiwan GoMyPay payment package

  Sources   Download

MIT

by Avatar Panigale

27/02 2018

0.1.2

0.1.2.0

laravel5 taiwan GoMyPay payment package

  Sources   Download

MIT

by Avatar Panigale

18/01 2018

0.1.1

0.1.1.0

laravel5 taiwan GoMyPay payment package

  Sources   Download

MIT

by Avatar Panigale

17/01 2018

0.1.0

0.1.0.0

laravel5 taiwan GoMyPay payment package

  Sources   Download

MIT

by Avatar Panigale