PHPackages                             digitickets/omnipay-paymentsense-connect-e - 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. digitickets/omnipay-paymentsense-connect-e

ActiveLibrary[Payment Processing](/categories/payments)

digitickets/omnipay-paymentsense-connect-e
==========================================

Connect-e payment driver for omnipay, aka Cybersource

v1.3(1y ago)027.5k↓70.4%MITPHPPHP ^7

Since Apr 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/digitickets/omnipay-paymentsense-connect-e)[ Packagist](https://packagist.org/packages/digitickets/omnipay-paymentsense-connect-e)[ Docs](https://github.com/digitickets/omnipay-paymentsense-connect-e)[ RSS](/packages/digitickets-omnipay-paymentsense-connect-e/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (4)Dependencies (3)Versions (9)Used By (0)

omnipay-paymentsense-connect-e
==============================

[](#omnipay-paymentsense-connect-e)

**Javascript gateway driver for Paymentsense's Connect-E service**

Omnipay implementation of Paymentsense's Connect-E gateway.

See [Paymentsense documentation](https://docs.connect.paymentsense.cloud/ConnectE/GettingStarted) for more details.

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

[](#installation)

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

```
{
    "require": {
        "digitickets/omnipay-paymentsense-connect-e": "^1.0"
    }
}
```

And run composer to update your dependencies:

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

```

What's Included
---------------

[](#whats-included)

This driver allows you to retrieve an authcode using a JWT key, and once the transaction is complete, to check the validity of the payment at the gateway.

It also supports refunds of partial and full amounts.

It only handles card payments.

You can enable the 2 step process instead of 1 step by passing in waitPreExecute=true. Make sure to call acceptNotification() to confirm you wish to take the payment.

What's Not Included
-------------------

[](#whats-not-included)

This driver does not handle any of the other card management operations, such as subscriptions (repeat payments).

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

[](#basic-usage)

For general Omnipay usage instructions, please see the main [Omnipay](https://github.com/omnipay/omnipay)repository.

First call the authorize() endpoint. Then call getTransactionReference() on the response. This will get you the authcode for passing into the connect-e javascript SDK.

Once the customer has paid via the SDK, you should call acceptNotification() to check that the payment was complete. Pass in the same authcode you got from authorize() in as a transactionReference param. This will return a transactionReference param, which can be used in the refund() call if required (note this is also known as crossReference or Request ID).

### Required Parameters

[](#required-parameters)

You must pass the following parameters into the driver when calling `authorize()`, `acceptNotification()` or `refund()`. You will be sent these by the Paymentsense onboarding team.

```
jwt
merchantUrl

```

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 believe you have found a bug in this driver, please report it using the [GitHub issue tracker](https://github.com/digitickets/omnipay-pay360-hosted-cashier/issues), or better yet, fork the library and submit a pull request.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% 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 ~312 days

Total

4

Last Release

594d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23523887?v=4)[DigiTickets](/maintainers/DigiTickets)[@digitickets](https://github.com/digitickets)

---

Top Contributors

[![jamesgarton](https://avatars.githubusercontent.com/u/83950544?v=4)](https://github.com/jamesgarton "jamesgarton (7 commits)")[![AdamJewell](https://avatars.githubusercontent.com/u/10819617?v=4)](https://github.com/AdamJewell "AdamJewell (1 commits)")[![hkwak](https://avatars.githubusercontent.com/u/6288972?v=4)](https://github.com/hkwak "hkwak (1 commits)")[![JakubKwakDT](https://avatars.githubusercontent.com/u/116159325?v=4)](https://github.com/JakubKwakDT "JakubKwakDT (1 commits)")

---

Tags

omnipaypayment gatewaycybersourceconnect-e

### Embed Badge

![Health badge](/badges/digitickets-omnipay-paymentsense-connect-e/health.svg)

```
[![Health](https://phpackages.com/badges/digitickets-omnipay-paymentsense-connect-e/health.svg)](https://phpackages.com/packages/digitickets-omnipay-paymentsense-connect-e)
```

###  Alternatives

[ignited/laravel-omnipay

Integrates Omnipay with Laravel and provides an easy configuration.

5211.1M12](/packages/ignited-laravel-omnipay)[omnipay/mollie

Mollie driver for the Omnipay payment processing library

631.8M10](/packages/omnipay-mollie)[cybersource/rest-client-php

Client SDK for CyberSource REST APIs

40952.8k6](/packages/cybersource-rest-client-php)[silverstripe/silverstripe-omnipay

SilverStripe Omnipay Payment Module

38110.0k17](/packages/silverstripe-silverstripe-omnipay)[dioscouri/omnipay-cybersource

Cybersource support for Omnipay payment processing library

1155.1k1](/packages/dioscouri-omnipay-cybersource)

PHPackages © 2026

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