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

ActiveProject[Payment Processing](/categories/payments)

lodipay/payum-qpay
==================

The Payum extension. Rapid extensino development

v1.1.0(2y ago)0146MITPHPPHP ^8.1

Since Mar 18Pushed 2y agoCompare

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

READMEChangelog (2)Dependencies (12)Versions (3)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:

```
