PHPackages                             prochito/payum-siampay - 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. prochito/payum-siampay

ActiveProject[Payment Processing](/categories/payments)

prochito/payum-siampay
======================

The Payum extension for SiamPay

049PHP

Since Aug 27Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)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:

```
