2017 © Pedro PelΓ‘ez
 

project esunbank

The Payum extension. ηŽ‰ε±±ιŠ€θ‘Œι‡‘ζ΅

image

payum-tw/esunbank

The Payum extension. ηŽ‰ε±±ιŠ€θ‘Œι‡‘ζ΅

  • Friday, February 9, 2018
  • by recca0120
  • Repository
  • 3 Watchers
  • 4 Stars
  • 133 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 8 Forks
  • 0 Open issues
  • 11 Versions
  • 32 % Grown

The README.md

Esunbank

StyleCI Build Status Total Downloads Latest Stable Version Latest Unstable Version License Monthly Downloads Daily Downloads Scrutinizer Code Quality Code Coverage, (*1)

The Payum extension to rapidly build new extensions., (*2)

  1. Create new project
$ composer create-project payum-tw/esunbank
  1. Replace all occurrences of payum with your vendor name. It may be your github name, for now let's say you choose: esunbank.
  2. Replace all occurrences of esunbank with a payment gateway name. For example Stripe, Paypal etc. For now let's say you choose: esunbank.
  3. Register a gateway factory to the payum's builder and create a gateway:
<?php

use Payum\Core\PayumBuilder;
use Payum\Core\GatewayFactoryInterface;

$defaultConfig = [];

$payum = (new PayumBuilder)
    ->addGatewayFactory('esunbank', function(array $config, GatewayFactoryInterface $coreGatewayFactory) {
        return new \PayumTW\Esunbank\EsunbankGatewayFactory($config, $coreGatewayFactory);
    })

    ->addGateway('esunbank', [
        'factory' => 'esunbank',
        // 特店代璼
        'MID'     => '',
        // MAC KEY
        'M'       => '',
        'sandbox' => true,
    ])

    ->getPayum();
  1. While using the gateway implement all method where you get Not implemented exception:
<?php

use Payum\Core\Request\Capture;

$esunbank = $payum->getGateway('esunbank');

$model = new \ArrayObject([
  // ...
]);

$esunbank->execute(new Capture($model));

Resources

License

Skeleton is released under the MIT License., (*3)

The Versions

09/02 2018

dev-master

9999999-dev http://payum.org

The Payum extension. ηŽ‰ε±±ιŠ€θ‘Œι‡‘ζ΅

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kotlyar Maksim
by Recca Tsai

payum 金桁程式 payumtw ηŽ‰ε±±ιŠ€θ‘Œ

09/02 2018

v1.1.8

1.1.8.0 http://payum.org

The Payum extension. ηŽ‰ε±±ιŠ€θ‘Œι‡‘ζ΅

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kotlyar Maksim
by Recca Tsai

payum 金桁程式 payumtw ηŽ‰ε±±ιŠ€θ‘Œ

11/03 2017

v1.1.7

1.1.7.0 http://payum.org

The Payum extension. ηŽ‰ε±±ιŠ€θ‘Œι‡‘ζ΅

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kotlyar Maksim
by Recca Tsai

payum 金桁程式 payumtw ηŽ‰ε±±ιŠ€θ‘Œ

02/03 2017

v1.1.6

1.1.6.0 http://payum.org

The Payum extension. ηŽ‰ε±±ιŠ€θ‘Œι‡‘ζ΅

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kotlyar Maksim
by Recca Tsai

payum 金桁程式 payumtw ηŽ‰ε±±ιŠ€θ‘Œ

28/02 2017

v1.1.5

1.1.5.0 http://payum.org

The Payum extension. ηŽ‰ε±±ιŠ€θ‘Œι‡‘ζ΅

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kotlyar Maksim
by Recca Tsai

payum 金桁程式 payumtw ηŽ‰ε±±ιŠ€θ‘Œ

18/01 2017

v1.1.4

1.1.4.0 http://payum.org

The Payum extension. ηŽ‰ε±±ιŠ€θ‘Œι‡‘ζ΅

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kotlyar Maksim
by Recca Tsai

payum 金桁程式 payumtw ηŽ‰ε±±ιŠ€θ‘Œ

07/12 2016

v1.1.3

1.1.3.0 http://payum.org

The Payum extension. ηŽ‰ε±±ιŠ€θ‘Œι‡‘ζ΅

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kotlyar Maksim
by Recca Tsai

payum 金桁程式 payumtw ηŽ‰ε±±ιŠ€θ‘Œ

22/09 2016

v1.1.2

1.1.2.0 http://payum.org

The Payum extension. Rapid extensino development

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kotlyar Maksim
by Recca Tsai

payment

04/09 2016
20/07 2016

v1.0.0

1.0.0.0 http://payum.org

The Payum extension. Rapid extensino development

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kotlyar Maksim
by Recca Tsai

payment