PHPackages                             stevewinni/omnipay-creditcall - 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. stevewinni/omnipay-creditcall

ActiveLibrary[Payment Processing](/categories/payments)

stevewinni/omnipay-creditcall
=============================

Creditcall driver for the Omnipay PHP payment processing library. Fork of meebi/omnipay-creditcall to include cardCreate functions

1.0.0(10y ago)011MITPHPPHP &gt;=5.3.0

Since Sep 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/stevewinni/omnipay-creditcall)[ Packagist](https://packagist.org/packages/stevewinni/omnipay-creditcall)[ Docs](https://github.com/meebio/omnipay-creditcall)[ RSS](/packages/stevewinni-omnipay-creditcall/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Omnipay: Creditcall
===================

[](#omnipay-creditcall)

**Creditcall gateway for the Omnipay PHP payment processing library**

[![Latest Version on Packagist](https://camo.githubusercontent.com/7aad4aaa6765bbc9fe32cc13706075fa50282dcaee5f6761e5db063875c98db1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737465766577696e6e692f6f6d6e697061792d63726564697463616c6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stevewinni/omnipay-creditcall)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/2734515cd507dfaf7a9789c085a562dccb753b356a2bfceec599a5f5771364c9/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f737465766577696e6e692f6f6d6e697061792d63726564697463616c6c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/stevewinni/omnipay-creditcall)[![Total Downloads](https://camo.githubusercontent.com/812a7968cb7d928cc84f1ad02ed077f49ab34db117abf2499e9f2de55f277210/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f737465766577696e6e692f6f6d6e697061792d63726564697463616c6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stevewinni/omnipay-creditcall)

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

Install
-------

[](#install)

Via Composer

```
$ composer require stevewinni/omnipay-creditcall
```

Usage
-----

[](#usage)

The following gateways are provided by this package:

- Creditcall

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

This driver supports following transaction types:

- 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 transaction
- void($options) - generally can only be called up to 24 hours after submitting a transaction

Gateway instantiation:

```
$gateway = Omnipay::create('Creditcall');
$gateway->setTerminalId('1234567');
$gateway->setTransactionKey('5CbEvA8hDCe6ASd6');
$gateway->setTestMode(true);

```

Driver also supports paying with `cardReference` instead of `card`, but gateway requires also additional parameter `cardHash`. It can be used in authorize and purchase requests like that:

```
$gateway->purchase([
    'amount'        => '10.00',
    'cardReference' => 'abc',
    'cardHash'      => 'def123',
]);

```

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.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76% 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

Unknown

Total

1

Last Release

3933d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/27afb5035731c7b242a14558b94f4100bfa392f26a4ae605dd499a0ac0cdc1c3?d=identicon)[stevewinni](/maintainers/stevewinni)

---

Top Contributors

[![jan-j](https://avatars.githubusercontent.com/u/3267115?v=4)](https://github.com/jan-j "jan-j (19 commits)")[![stevewinni](https://avatars.githubusercontent.com/u/2544348?v=4)](https://github.com/stevewinni "stevewinni (6 commits)")

---

Tags

paymentgatewaypaymerchantomnipaypurchasecreditcallcardeasexml

### Embed Badge

![Health badge](/badges/stevewinni-omnipay-creditcall/health.svg)

```
[![Health](https://phpackages.com/badges/stevewinni-omnipay-creditcall/health.svg)](https://phpackages.com/packages/stevewinni-omnipay-creditcall)
```

PHPackages © 2026

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