PHPackages                             adee2210/omnitest - 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. adee2210/omnitest

ActiveLibrary[Payment Processing](/categories/payments)

adee2210/omnitest
=================

Omnipay Payment Gateway

023PHP

Since May 30Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

omnitest
========

[](#omnitest)

**Gateway Operations**

OperationDecriptionccPurchaseAllow you to test Payment Gateway without transfer money.**ccPurchase elements**

ElementChild ElementRequiredTypeDescriptionsid---YesStringSite id (unique identifier for the web site)rcode---YesStringSite RCODEcountry---YesStringCountry of the user - will provide the list of payments available for that countryaddfee---NoBooleanThis will add the processing fees on top of the amount.cart---YesArrayInformation about the purchase items. This is only compulsory for feeapi, do not sent the cart to rawfeeapi.summaryamountYesFloatContains a summary of price amount (without commas and only 2 decimals places)summaryquantityYesIntegerContains a summary of cart quantitycurrency\_code---YesString3 digit currency codeitems---YesArrayContains the cart items---(numerical index)YesArrayContains information about one item in the cart (Repeat until all cart items are listed)---nameYesStringCategory, can be used freely---quantityYesIntegerQuantity of the item---amount\_unitYesStringUnit price amount (without commas and only 2 decimals places)---item\_noYesStringArticle number---item\_descYesStringItem description**Installation**

```
composer require adee2210/omnitest:dev-master

```

**How to use**

*Step 1* : Initialize

```
$gateway = new Adee2210\Omnitest\Gateway;
```

*Step 2* : Call Gateway Operation (ie. ccPurchase)

```
$args = $gateway->getConfig(array('run' => 'ccPurchase'));
```

*Step 3* : Get all Operation fields

```
$Fields = $args['args'];
$OptionalField = $args['optional'];
```

*Step 4* : Post variable or Get Gateway result

```
$response = $gateway->postForm('ccPurchase', $app['request']->request->all());
```

**Response**

*Success*

```
[ { "mxsid": "10146", "payby": "bpay", "title": "BPay", "display_title": null, "description": null, "transfertime": null, "transferlimit": null, "currency_code": "AUD", "currency_symbol": "$", "image": "--Logo URL--", "fee": { "srccode": "AUD", "destcode": "USD", "rate": 0.96801106010318, "effectivedate": "2011-04-04",  "flatfee": 3, "mdr": 1 }, "fields": { "card_no": { "description": "", "type": "hidden", "value": "70720297711", "title": "" }, "description": { "description": "", "type": "span", "value": "--HTML String--" }, } }]
```

*Fail*

```
{"status":"EXC","msg":"Some error message here"}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/064adbee17a7193392fbc25ffadb98adcce3d097f811df9c9d8d71376d656f62?d=identicon)[adee2210](/maintainers/adee2210)

---

Top Contributors

[![adee2210](https://avatars.githubusercontent.com/u/10532497?v=4)](https://github.com/adee2210 "adee2210 (25 commits)")

### Embed Badge

![Health badge](/badges/adee2210-omnitest/health.svg)

```
[![Health](https://phpackages.com/badges/adee2210-omnitest/health.svg)](https://phpackages.com/packages/adee2210-omnitest)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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