PHPackages                             kurniajigunawan/faspay-omnipay - 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. kurniajigunawan/faspay-omnipay

ActiveLibrary[Payment Processing](/categories/payments)

kurniajigunawan/faspay-omnipay
==============================

Faspay Gateway for Omnipay payment

v1.0.2(5y ago)20MITPHP

Since Nov 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kurniajigunawan/faspay-omnipay)[ Packagist](https://packagist.org/packages/kurniajigunawan/faspay-omnipay)[ Docs](https://github.com/kurniajigunawan/faspay-omnipay)[ RSS](/packages/kurniajigunawan-faspay-omnipay/feed)WikiDiscussions main Synced yesterday

READMEChangelog (3)Dependencies (3)Versions (3)Used By (0)

Faspay-Omnipay
==============

[](#faspay-omnipay)

#### Unofficial package [Faspay Business Payment Gateway](https://faspay.co.id/docs/index-business.html)

[](#unofficial-package-faspay-business-payment-gateway)

[Omnipay](https://https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment processing library for PHP 5.3+.

Installation
------------

[](#installation)

Install via [Composer](https://getcomposer.org/) :

```
composer require kurniajigunawan/faspay-omnipay

```

Feature
-------

[](#feature)

On this package is full supported for debit transaction of Faspay Payment :

- Faspay Channel
- Faspay Purchase
- Faspay Complete Purchase (Notification)
- Faspay Cancel
- Faspay Inquiry

We have a plan to support a credit card soon on next release.

Example Code
------------

[](#example-code)

An example code for Faspay Channel :

```
$gateway = new DebitGateway();
$gateway->setMerchantId('YOUR_MERCHANT_ID');
$gateway->setMerchant('YOUR_MERCHANT');
$gateway->setProductionMode(true);
$gateway->setPassword('YOUR_PASSWORD');
$gateway->setUserId('YOUR_USER_ID');

$channel = $gateway->channel();
$channel->setRequest('Daftar Payment Channel');
$channel->setSignature();
$channel->send();
```

For general usage instructions, please see the main [Omnipay](https://https://github.com/thephpleague/omnipay) repository.

Support
-------

[](#support)

If you are having general issues with Omnipay, we suggest posting on [Stack Overflow](https://stackoverflow.com). Be sure to add the [omnipay tag](https://stackoverflow.com/questions/tagged/omnipay) so it can be easily found.

If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/kurniajigunawan/faspay-omnipay/issues), or better yet, fork the library and submit a pull request.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2001d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20423222?v=4)[Kurniaji Gunawan](/maintainers/kurniajigunawan)[@kurniajigunawan](https://github.com/kurniajigunawan)

---

Top Contributors

[![kurniajigunawan](https://avatars.githubusercontent.com/u/20423222?v=4)](https://github.com/kurniajigunawan "kurniajigunawan (11 commits)")

---

Tags

paymentgatewaymerchantomnipayfaspay

### Embed Badge

![Health badge](/badges/kurniajigunawan-faspay-omnipay/health.svg)

```
[![Health](https://phpackages.com/badges/kurniajigunawan-faspay-omnipay/health.svg)](https://phpackages.com/packages/kurniajigunawan-faspay-omnipay)
```

###  Alternatives

[lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

587421.0k11](/packages/lokielse-omnipay-alipay)[lokielse/omnipay-unionpay

UnionPay gateway for Omnipay payment processing library

11358.1k2](/packages/lokielse-omnipay-unionpay)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
