PHPackages                             payum/skeleton - 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/skeleton

ActiveProject[Payment Processing](/categories/payments)

payum/skeleton
==============

The Payum extension. Rapid extension development

1.7.7(5y ago)1031.5k↓20.2%8MITPHP

Since Dec 14Pushed 4mo ago3 watchersCompare

[ Source](https://github.com/Payum/Skeleton)[ Packagist](https://packagist.org/packages/payum/skeleton)[ Docs](https://payum.forma-pro.com)[ RSS](/packages/payum-skeleton/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (3)Versions (23)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:

```
