PHPackages                             andreas22/omnipay-fasapay - 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. andreas22/omnipay-fasapay

ActiveLibrary[Payment Processing](/categories/payments)

andreas22/omnipay-fasapay
=========================

Fasapay driver for the Omnipay payment processing library

v1.0.2(11y ago)337.5k21MITPHP

Since Mar 18Pushed 11y ago1 watchersCompare

[ Source](https://github.com/andreas22/omnipay-fasapay)[ Packagist](https://packagist.org/packages/andreas22/omnipay-fasapay)[ Docs](https://github.com/andreas22/omnipay-fasapay)[ RSS](/packages/andreas22-omnipay-fasapay/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (1)

Omnipay: Fasapay
================

[](#omnipay-fasapay)

**Fasapay driver for the Omnipay PHP payment processing library**

[![Build Status](https://camo.githubusercontent.com/6c3dd5b10b990a7a1bb5ab9aa6b8bbefc8363e07184254336b90364ac1fbe230/68747470733a2f2f7472617669732d63692e6f72672f616e647265617332322f6f6d6e697061792d666173617061792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/andreas22/omnipay-fasapay)[![Latest Stable Version](https://camo.githubusercontent.com/52ed1e4199f5b43792cd130d4599ec109ba5db7f18ddc841cea792413eb32dfd/68747470733a2f2f706f7365722e707567782e6f72672f616e647265617332322f6f6d6e697061792d666173617061792f762f737461626c652e737667)](https://packagist.org/packages/andreas22/omnipay-fasapay)[![Total Downloads](https://camo.githubusercontent.com/55b4f6daeb438114dd994dd9858ac08f5dda726fd9bffea0962e5656e795d2f6/68747470733a2f2f706f7365722e707567782e6f72672f616e647265617332322f6f6d6e697061792d666173617061792f646f776e6c6f6164732e737667)](https://packagist.org/packages/andreas22/omnipay-fasapay)[![Latest Unstable Version](https://camo.githubusercontent.com/149d082460998a97ce0e58140aa2150a161805970f41bcf103ba98d1cb128f3d/68747470733a2f2f706f7365722e707567782e6f72672f616e647265617332322f6f6d6e697061792d666173617061792f762f756e737461626c652e737667)](https://packagist.org/packages/andreas22/omnipay-fasapay)[![License](https://camo.githubusercontent.com/190b71e89b1d4dc4425bbcc853e5f820574dadefec5e58e22d4607fc1e631585/68747470733a2f2f706f7365722e707567782e6f72672f616e647265617332322f6f6d6e697061792d666173617061792f6c6963656e73652e737667)](https://packagist.org/packages/andreas22/omnipay-fasapay)

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

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

[](#installation)

Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply add it to your `composer.json` file:

```
{
    "require": {
        "andreas22/omnipay-fasapay": "1.*"
    }
}
```

And run composer to update your dependencies:

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

```

F.a.q
-----

[](#faq)

- What gateways are provided by this package

    Fasapay
- How fasapay works?

    A client fills the form on your side and then submits the form. Then the client will be redirected to Fasapay checkout page to complete the payment. Once the payment has been completed the client has the option to return back to your website and at the same time a callback is send from Fasapay to your notify url.
- What are simple and advance modes?

    Fasapay supports 2 modes, simple mode where you need to provide all the information like urls and advance mode where you need to setup a store first in which you will specify success, fail, status url and a secret key for verifying the callback origin for security reasons.

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

Sample Codes
------------

[](#sample-codes)

\###Purchase Request (Simple Mode)

Create a file to handle the client purchase request form data called purchase-form.php and copy/paste the below code.

```

```

\###Purchase Callback (Simple Mode)

Create a file that will handle the (notifyUrl) callback from Fasapay called callback.php and copy/paste the below code.

```

```

\###Purchase Request (Advance Mode)

**For advance mode you need to setup a store in Fasapay first!**

**Fasapay sandbox back office url: **

Create a file to handle the client purchase request form data called form.php and copy/paste the below code.

```

```

\###Purchase Callback (Advance Mode)

**The secret key specified during the store creation is required!**

Create a file that will handle the (notifyUrl) callback from Fasapay called callback.php and copy/paste the below code.

```

```

Support
-------

[](#support)

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

If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which you can subscribe to.

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

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

3

Last Release

4078d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b8588fcbe8d93c766d1a7ba4ae20117030a6dc94c862e57246abdd3ed74789ac?d=identicon)[andreas22](/maintainers/andreas22)

---

Top Contributors

[![andreas22](https://avatars.githubusercontent.com/u/1688197?v=4)](https://github.com/andreas22 "andreas22 (15 commits)")

---

Tags

paymentgatewaypaymerchantomnipaytransferfasapay

### Embed Badge

![Health badge](/badges/andreas22-omnipay-fasapay/health.svg)

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

###  Alternatives

[lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

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

National Australia Bank (NAB) Transact driver for the Omnipay payment processing library.

1017.2k](/packages/sudiptpa-omnipay-nabtransact)[lucassmacedo/omnipay-mercadopago

MercadoPago gateway for OmniPay

154.6k](/packages/lucassmacedo-omnipay-mercadopago)

PHPackages © 2026

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