PHPackages                             cydrickn/payum-dragonpay - 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. cydrickn/payum-dragonpay

ActiveProject

cydrickn/payum-dragonpay
========================

Dragon pay as Payum extension.

02PHP

Since Dec 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/cydrickn/payum-dragonpay)[ Packagist](https://packagist.org/packages/cydrickn/payum-dragonpay)[ RSS](/packages/cydrickn-payum-dragonpay/feed)WikiDiscussions master Synced today

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:

```
