PHPackages                             tsetsee/payum-qpay - 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. tsetsee/payum-qpay

ActiveProject[Payment Processing](/categories/payments)

tsetsee/payum-qpay
==================

The Payum extension. Rapid extensino development

v1.0.2(2y ago)03141MITPHP

Since Dec 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tsetsee/payum-qpay)[ Packagist](https://packagist.org/packages/tsetsee/payum-qpay)[ Docs](https://github.com/tsetsee/payum-qpay)[ RSS](/packages/tsetsee-payum-qpay/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (14)Versions (10)Used By (0)

Supporting Payum
----------------

[](#supporting-payum)

Payum is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

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:

```
