PHPackages                             delatbabel/omnipay-fatzebra - 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. delatbabel/omnipay-fatzebra

ActiveLibrary[Payment Processing](/categories/payments)

delatbabel/omnipay-fatzebra
===========================

Fatzebra / Paystream (Australia) driver for the Omnipay payment processing library

v2.1.3(10y ago)039.9k41MITPHPPHP &gt;=5.3.0

Since Feb 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/delatbabel/omnipay-fatzebra)[ Packagist](https://packagist.org/packages/delatbabel/omnipay-fatzebra)[ Docs](https://github.com/delatbabel/omnipay-fatzebra)[ RSS](/packages/delatbabel-omnipay-fatzebra/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (3)Versions (7)Used By (1)

omnipay-fatzebra
================

[](#omnipay-fatzebra)

**Fat Zebra / Paystream driver for the Omnipay PHP payment processing library**

[![Build Status](https://camo.githubusercontent.com/e6984cf883d362a38c76fa5ce9dbd5d960f0e9765ab8dd047a967a7cb00ff04a/68747470733a2f2f7472617669732d63692e6f72672f64656c6174626162656c2f6f6d6e697061792d6661747a656272612e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/delatbabel/omnipay-fatzebra)[![StyleCI](https://camo.githubusercontent.com/bf656379e1ed4956d8c0a5b534575c01828585ac676b263ff1ec4caa25fb2ba5/68747470733a2f2f7374796c6563692e696f2f7265706f732f33303233353838372f736869656c64)](https://styleci.io/repos/30235887)

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

[Fat Zebra](https://www.fatzebra.com.au/) and [Paystream](http://www.paystream.com.au/) are Australian online payments processing providers with equivalent REST APIs.

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

[](#installation)

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

```
{
    "require": {
        "delatbabel/omnipay-fatzebra": "~2.0"
    }
}
```

And run composer to update your dependencies:

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

```

Basic Usage
-----------

[](#basic-usage)

The following transactions are provided by this package via the REST API:

- Create a purchase
- Retrieve a purchase
- Refund a purchase
- Tokenizing a card and using a stored token

For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay)repository. There are also examples in the class API documentation.

TODO
----

[](#todo)

- Recurring Payments
- Hosted Payments

Unit Testing
------------

[](#unit-testing)

Travis-CI runs the phpcs and phpunit test jobs. The current status [can be seen here](https://travis-ci.org/delatbabel/omnipay-fatzebra).

API Documentation
-----------------

[](#api-documentation)

You can build the API documentation after running composer update, by using this command (on Linux/Unix systems):

```
./makedoc.sh

```

The API documentation will be built in documents/main in HTML format.

The [API documentation is also hosted here](http://www.babel.com.au/docs/omnipay-fatzebra/namespace-Omnipay.Fatzebra.html)

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/delatbabel/omnipay-fatzebra/issues), or better yet, fork the library and submit a pull request.

Release Notes
=============

[](#release-notes)

Version 2.1 includes the following changes:

- When making a purchase set the transactionId to the merchant generated transaction reference instead of setting transactionReference. This alings with the general Omnipay standards.
- Failed transactions are now detected succesfully.
- An error message from the response data is returned if no errors are returned separately.
- The error code from the response data is returned as the result of getCode() instead of just the HTTP status code.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 97.9% 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 ~100 days

Total

5

Last Release

3750d ago

### Community

Maintainers

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

---

Top Contributors

[![delatbabel](https://avatars.githubusercontent.com/u/2335362?v=4)](https://github.com/delatbabel "delatbabel (46 commits)")[![reillo](https://avatars.githubusercontent.com/u/6128004?v=4)](https://github.com/reillo "reillo (1 commits)")

---

Tags

paymentgatewaypaymerchantomnipayaustraliafatzebrapaystream

### Embed Badge

![Health badge](/badges/delatbabel-omnipay-fatzebra/health.svg)

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

###  Alternatives

[omnipay/mollie

Mollie driver for the Omnipay payment processing library

631.8M10](/packages/omnipay-mollie)[sudiptpa/omnipay-nabtransact

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

1018.7k](/packages/sudiptpa-omnipay-nabtransact)

PHPackages © 2026

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