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

ActiveProject[Payment Processing](/categories/payments)

payum-tw/ezship
===============

The Payum extension. 統一客樂得黑貓宅急便金流

v1.0.4(8y ago)337MITPHP

Since Jan 9Pushed 8y ago1 watchersCompare

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

READMEChangelog (6)Dependencies (5)Versions (7)Used By (0)

ezShip
======

[](#ezship)

[![StyleCI](https://camo.githubusercontent.com/1206458c20116c0278f525d03d69bfe4a25d374b3adfd3e7a538c9bd9b295d22/68747470733a2f2f7374796c6563692e696f2f7265706f732f37383238383831352f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/78288815)[![Build Status](https://camo.githubusercontent.com/71de7fca7283866735047d1eb623cff669f459c50336a78b337168de70a29885/68747470733a2f2f7472617669732d63692e6f72672f7265636361303132302f706179756d2d657a736869702e737667)](https://travis-ci.org/recca0120/payum-ezship)[![Total Downloads](https://camo.githubusercontent.com/b8a3a2f58e717e8d2c6adfe0f828aade3d692bb2ed4b575b340d09698c12c6c9/68747470733a2f2f706f7365722e707567782e6f72672f706179756d2d74772f657a736869702f642f746f74616c2e737667)](https://packagist.org/packages/payum-tw/ezship)[![Latest Stable Version](https://camo.githubusercontent.com/fe484bb9d5c308e47a64b102541b97ae16897f2d041db78142e288372085eaa0/68747470733a2f2f706f7365722e707567782e6f72672f706179756d2d74772f657a736869702f762f737461626c652e737667)](https://packagist.org/packages/payum-tw/ezship)[![Latest Unstable Version](https://camo.githubusercontent.com/bfb417ee75fd88922b62020e37dba34c6bc689ac34bef91c0366a09b98d7c1ce/68747470733a2f2f706f7365722e707567782e6f72672f706179756d2d74772f657a736869702f762f756e737461626c652e737667)](https://packagist.org/packages/payum-tw/ezship)[![License](https://camo.githubusercontent.com/a89c359460cb6f56e8e371bd29d8b55425f4658591064c7f755e47c4dde5ec25/68747470733a2f2f706f7365722e707567782e6f72672f706179756d2d74772f657a736869702f6c6963656e73652e737667)](https://packagist.org/packages/payum-tw/ezship)[![Monthly Downloads](https://camo.githubusercontent.com/4f820507f6e42f99fcecf75e9780681da2679c965e4d6340657cef4e2f272e36/68747470733a2f2f706f7365722e707567782e6f72672f706179756d2d74772f657a736869702f642f6d6f6e74686c79)](https://packagist.org/packages/payum-tw/ezship)[![Daily Downloads](https://camo.githubusercontent.com/f98939072bfc95d1c5727560a8c1eceaf1ec7b60afa57f347ec4679cfe896944/68747470733a2f2f706f7365722e707567782e6f72672f706179756d2d74772f657a736869702f642f6461696c79)](https://packagist.org/packages/payum-tw/ezship)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/609d3b1304bec3f1080615219bd9708ff28ba1723325bbde8c64d30299dcbc0a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7265636361303132302f706179756d2d657a736869702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/recca0120/payum-ezship/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/1058981747bcc721dca17fc4cf088839303cf602e4fa4b1cb8c1e1abe4ed5c75/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7265636361303132302f706179756d2d657a736869702f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/recca0120/payum-ezship/?branch=master)

The Payum extension to rapidly build new extensions.

1. Create new project

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

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

```
