PHPackages                             payum-tw/allpay - 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. payum-tw/allpay

ActiveProject[Payment Processing](/categories/payments)

payum-tw/allpay
===============

The Payum extension. 歐付寶金流

v1.4.2(8y ago)7609MITPHP

Since Jul 22Pushed 6y ago3 watchersCompare

[ Source](https://github.com/recca0120/payum-allpay)[ Packagist](https://packagist.org/packages/payum-tw/allpay)[ Docs](http://payum.org)[ RSS](/packages/payum-tw-allpay/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (7)Versions (24)Used By (0)

Allpay
======

[](#allpay)

[![StyleCI](https://camo.githubusercontent.com/8876abad707840f9bdaaf875f36a1a45ade369d544f768404615742f7c565cfe/68747470733a2f2f7374796c6563692e696f2f7265706f732f36333936323833332f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/63962833)[![Build Status](https://camo.githubusercontent.com/189c8f9637b98c9c44f8f50e91e8a0905abdf8701e0e8a76689efd5021435107/68747470733a2f2f7472617669732d63692e6f72672f7265636361303132302f706179756d2d616c6c7061792e737667)](https://travis-ci.org/recca0120/payum-allpay)[![Total Downloads](https://camo.githubusercontent.com/738119dc1a6062d8153ec03ae931a544a8bb782eb5e4e3def286c674d56040fb/68747470733a2f2f706f7365722e707567782e6f72672f706179756d2d74772f616c6c7061792f642f746f74616c2e737667)](https://packagist.org/packages/payum-tw/allpay)[![Latest Stable Version](https://camo.githubusercontent.com/0f3c4592e4873f5ab6f14836ad70b1216150be84dacc472c376fae770a6b2650/68747470733a2f2f706f7365722e707567782e6f72672f706179756d2d74772f616c6c7061792f762f737461626c652e737667)](https://packagist.org/packages/payum-tw/allpay)[![Latest Unstable Version](https://camo.githubusercontent.com/cd80184b6fc1d11dce4da39d76e1ccdfdd286c4a9996df43d1aaa8ce6fe7c1b8/68747470733a2f2f706f7365722e707567782e6f72672f706179756d2d74772f616c6c7061792f762f756e737461626c652e737667)](https://packagist.org/packages/payum-tw/allpay)[![License](https://camo.githubusercontent.com/633223fa3d24b96e8dc088af8549cd9954b610219b40143378b7a9e48fc7bede/68747470733a2f2f706f7365722e707567782e6f72672f706179756d2d74772f616c6c7061792f6c6963656e73652e737667)](https://packagist.org/packages/payum-tw/allpay)[![Monthly Downloads](https://camo.githubusercontent.com/f9b6e59c383f0791e032bb13a03241640298b146ccb08854a5677ee8c51233e3/68747470733a2f2f706f7365722e707567782e6f72672f706179756d2d74772f616c6c7061792f642f6d6f6e74686c79)](https://packagist.org/packages/payum-tw/allpay)[![Daily Downloads](https://camo.githubusercontent.com/fc243c06743e6d52dae12443e9850d879eb24333a08ba3b68edd557c38b58a90/68747470733a2f2f706f7365722e707567782e6f72672f706179756d2d74772f616c6c7061792f642f6461696c79)](https://packagist.org/packages/payum-tw/allpay)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/55083b8b825853f20e7ba538e1ff83eaa413db783ef26303119f35aaa45ad949/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7265636361303132302f706179756d2d616c6c7061792f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/recca0120/payum-allpay/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/bc8fca075bc3f6992cb2e23de2909c544bdf9718019e5357638be0e0a0f9e622/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7265636361303132302f706179756d2d616c6c7061792f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/recca0120/payum-allpay/?branch=master)

The Payum extension to rapidly build new extensions.

1. Create new project

```
$ composer create-project payum-tw/allpay
```

2. Replace all occurrences of `payum` with your vendor name. It may be your github name, for now let's say you choose: `allpay`.
3. Replace all occurrences of `allpay` with a payment gateway name. For example Stripe, Paypal etc. For now let's say you choose: `allpay`.
4. Register a gateway factory to the payum's builder and create a gateway:

```
