PHPackages                             eventix/omnipay-first-atlantic-commerce - 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. eventix/omnipay-first-atlantic-commerce

ActiveLibrary[Payment Processing](/categories/payments)

eventix/omnipay-first-atlantic-commerce
=======================================

First Atlantic Commerce V3 driver for the Omnipay PHP payment processing library

514.5k↓50%3PHP

Since Mar 5Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Eventix/omnipay-first-atlantic-commerce)[ Packagist](https://packagist.org/packages/eventix/omnipay-first-atlantic-commerce)[ RSS](/packages/eventix-omnipay-first-atlantic-commerce/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#omnipay-first-atlantic-commerce V3 Only used in combination with hostedPaymentSolution

```
$gateway = Omnipay::create('FAC');
$gateway->setMerchantId('xxxxx');
$gateway->setMerchantPassword('xxxxx');
$gateway->setAquirerId('xxxx');
$gateway->setTestMode(true);

$orderId = '5d096925-9795-47d0-aade-9d8ed584eb9f';

if(isset($_GET['ID'])){
    $options = array(
        'orderNumber' => $orderId,
    );

    $response = $gateway->fetchTransaction($options)->send();
    $error = $response->getMessage();
    $isPaid = $response->isPaid();
}

$options = array(
    'orderNumber' => $orderId,
    'amount' => '10.00',
    'currency' => 'USD',
    'returnUrl' => 'http://someurl.com/',
    'pageSet' => 'PageSet',
    'pageName' => 'PageName',
    'transactionCode' => '213'
);

$response = $gateway->purchase($options)->send();
$singeUseToken = $transactionId = $response->getTransactionReference();
header('Location: '. $response->getRedirectUrl());
exit;
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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://avatars.githubusercontent.com/u/1905778?v=4)[Chris](/maintainers/Grisgruis)[@Grisgruis](https://github.com/Grisgruis)

### Embed Badge

![Health badge](/badges/eventix-omnipay-first-atlantic-commerce/health.svg)

```
[![Health](https://phpackages.com/badges/eventix-omnipay-first-atlantic-commerce/health.svg)](https://phpackages.com/packages/eventix-omnipay-first-atlantic-commerce)
```

###  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)
