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

ActiveProject[Payment Processing](/categories/payments)

payum-tw/cathaybank
===================

The Payum extension. Rapid extensino development

35PHP

Since Jul 6Pushed 9y agoCompare

[ Source](https://github.com/recca0120/payum-cathaybank)[ Packagist](https://packagist.org/packages/payum-tw/cathaybank)[ RSS](/packages/payum-tw-cathaybank/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Skeleton
========

[](#skeleton)

The Payum extension to rapidly build new extensions.

1. Create new project

```
$ composer create-project payum/skeleton
```

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

```
