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

Abandoned → [bitpiston/omnipay-first-atlantic-commerce](/?search=bitpiston%2Fomnipay-first-atlantic-commerce)Library[Payment Processing](/categories/payments)

strikewood/omnipay-first-atlantic-commerce
==========================================

First Atlantic Commerce driver for the Omnipay PHP payment processing library

v1.0.0(9y ago)111.9k22[2 issues](https://github.com/Strikewood/omnipay-first-atlantic-commerce/issues)1MITPHPPHP &gt;=5.4

Since Mar 27Pushed 9y ago10 watchersCompare

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

READMEChangelog (7)Dependencies (3)Versions (8)Used By (1)

Omnipay: First Atlantic Commerce
================================

[](#omnipay-first-atlantic-commerce)

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

[![Source Code](https://camo.githubusercontent.com/d71423fc0549f34281785b0bd63d3b30c607403318dac14961caa9689a8f5851/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d737472696b65776f6f642f6f6d6e697061792d2d66697273742d2d61746c616e7469632d2d636f6d6d657263652d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/strikewood/omnipay-first-atlantic-commerce) [![Latest Version](https://camo.githubusercontent.com/36d7914bdde12d85a4758dfc29234daea817d66c05f2fcfb252acda5e5982342/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f737472696b65776f6f642f6f6d6e697061792d66697273742d61746c616e7469632d636f6d6d657263652e7376673f7374796c653d666c61742d737175617265)](https://github.com/strikewood/omnipay-first-atlantic-commerce/releases) [![Software License](https://camo.githubusercontent.com/eb30eae5af5cda0cc5bab12b0a4c790e3aaaa01e69d1244307130d627d99f843/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f737472696b65776f6f642f6f6d6e697061792d66697273742d61746c616e7469632d636f6d6d657263652e7376673f7374796c653d666c61742d737175617265)](https://github.com/Strikewood/omnipay-first-atlantic-commerce/blob/master/LICENSE)

[![Build Status](https://camo.githubusercontent.com/5dea3476c00617fc8ef3eef3fd7c48044ba55ed99d82ac6f5ce665ed5f56ac79/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f737472696b65776f6f642f6f6d6e697061792d66697273742d61746c616e7469632d636f6d6d657263652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Strikewood/omnipay-first-atlantic-commerce/build-status/master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/accf62d128182d9d3c75fb44e33c2e4daf49c72d6c9d4e43f25daec13a7ae14f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f737472696b65776f6f642f6f6d6e697061792d66697273742d61746c616e7469632d636f6d6d657263652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Strikewood/omnipay-first-atlantic-commerce/?branch=master) [![Code Coverage](https://camo.githubusercontent.com/593476d9d5b9907388ef242da639a619cf8dac6a3d1abd84eb828b1b2f6ad252/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f737472696b65776f6f642f6f6d6e697061792d66697273742d61746c616e7469632d636f6d6d657263652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Strikewood/omnipay-first-atlantic-commerce/?branch=master) [![Total Downloads](https://camo.githubusercontent.com/42043a2e66d1599f584411c9e76dc13d226ce633a34239cecac1dcfcc4728bb3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f737472696b65776f6f642f6f6d6e697061792d66697273742d61746c616e7469632d636f6d6d657263652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Strikewood/omnipay-first-atlantic-commerce/)

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

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

[](#installation)

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

```
$ php composer.phar require strikewood/omnipay-first-atlantic-commerce:dev-master

```

This package strives to use Semantic Versioning as explained [here](http://semver.org/).

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

[](#basic-usage)

The following gateways are provided by this package:

- FirstAtlanticCommerce

This package implements the following methods:

- `authorize($options)` – authorize an amount on the customer’s card.
- `capture($options)` – capture an amount you have previously authorized.
- `purchase($options)` – authorize and immediately capture an amount on the customer’s card.
- `refund($options)` – refund an already processed (settled) transaction.
- `void($options)` – reverse a previously authorized (unsettled) transaction.
- `status($options)` – check the status of a previous transaction.
- `createCard($options)` – create a stored card and return the reference token for future transactions.
- `updateCard($options)` – update a stored card's expiry or customer reference.

For general usage instructions, please see the [Omnipay documentation](http://omnipay.thephpleague.com/). For information on the parameters needed for each request, see the class documentation for that request in the Message folder.

### Basic Example

[](#basic-example)

```
use Omnipay\Omnipay;

// Setup payment gateway
$gateway = Omnipay::create('FirstAtlanticCommerce');
$gateway->setMerchantId('123456789');
$gateway->setMerchantPassword('abc123');

// Example form data
$formData = [
    'number'      => '4242424242424242',
    'expiryMonth' => '6',
    'expiryYear'  => '2016',
    'cvv'         => '123'
];

// Send purchase request
$response = $gateway->purchase([
    'amount'        => '10.00',
    'currency'      => 'USD',
    'transactionId' => '1234',
    'card'          => $formData
])->send();

// Process response
if ( $response->isSuccessful() )
{
    // Payment was successful
    print_r($response);
}
else
{
    // Payment failed
    echo $response->getMessage();
}
```

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

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 97.4% 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 ~116 days

Recently: every ~126 days

Total

7

Last Release

3366d ago

Major Versions

0.4.0 → v1.0.02017-02-22

PHP version history (2 changes)v0.1PHP &gt;=5.6

v0.2.1PHP &gt;=5.4

### Community

Maintainers

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

---

Top Contributors

[![einkoro](https://avatars.githubusercontent.com/u/1577833?v=4)](https://github.com/einkoro "einkoro (38 commits)")[![dcaswel](https://avatars.githubusercontent.com/u/20131539?v=4)](https://github.com/dcaswel "dcaswel (1 commits)")

---

Tags

composerecommerceomnipaypayment-gatewaypayment-integrationpayment-processingphppayment processinggatewayomnipayfirst atlantic commercefac

### Embed Badge

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

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

PHPackages © 2026

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