PHPackages                             phpieces/anz-egate - 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. phpieces/anz-egate

ActiveLibrary[Payment Processing](/categories/payments)

phpieces/anz-egate
==================

This is a wrapper for the ANZ payment gateway to make it easier to use.

0.2.0(9y ago)12141MITPHP

Since Feb 13Pushed 9y ago4 watchersCompare

[ Source](https://github.com/PHPieces/anz-egate)[ Packagist](https://packagist.org/packages/phpieces/anz-egate)[ Docs](https://github.com/phpieces/anz-egate)[ RSS](/packages/phpieces-anz-egate/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

ANZ Payment Gateway
===================

[](#anz-payment-gateway)

[![Latest Version on Packagist](https://camo.githubusercontent.com/17e6a489b4d3ecd380fc919f69b187efbed6574fdd4adc213ffaf5fda12b529a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f50485069656365732f616e7a2d65676174652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/PHPieces/anz-egate)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/5e485dffc0d96ce90a271c7800252d1a30bd4a6123a03a22e41aba88c34bf906/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f50485069656365732f616e7a2d65676174652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/PHPieces/anz-egate)[![Coverage Status](https://camo.githubusercontent.com/2058b5b298be6fa7dbf53f6206441dbab4f62d45a7b6b4b8b88c9d654c5d7313/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f50485069656365732f616e7a2d65676174652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/PHPieces/anz-egate/code-structure)[![Quality Score](https://camo.githubusercontent.com/c1a53b93200049154427ba2e27ba2ffa17d0b7c56689c3057d16c1b0c5df4771/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f50485069656365732f616e7a2d65676174652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/PHPieces/anz-egate)[![Total Downloads](https://camo.githubusercontent.com/ea20521bdfa28a792df199c5fc62431ffe17c84ac8efa1880baa90f5b432b054/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f50485069656365732f616e7a2d65676174652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/PHPieces/anz-egate)

This is a wrapper for the ANZ payment gateway to make it easier to use. THIS IS NOT PRODUCED BY ANZ, it comes without warranty, However the code is thoughoghly tested and used in production

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

[](#installation)

Add the repo to your composer file:

```
{
    "require": {
        "PHPieces/anz-egate": "dev-master"
    }
}
```

Usage
-----

[](#usage)

get fields:

```
use PHPieces\ANZGateway\ChargeRequest;
$fields = ChargeRequest::getFields();
```

This will give all fields, including those relevant to the merchant details. It is more likely the case that you only want the credit card fields:

```
use PHPieces\ANZGateway\models\Card;
$fields = Card::getFields();
```

Render:

```
 $name) : ?>
