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

ActiveLibrary[Payment Processing](/categories/payments)

meebio/omnipay-creditcall
=========================

Creditcall driver for the Omnipay PHP payment processing library

1.0.0(10y ago)141.0k11MITPHPPHP &gt;=5.3.0

Since Sep 19Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (1)

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

[](#omnipay-creditcall)

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/6f001b0492349d954cf115797f952c5862ced942f64a640798c159b8b9a4c9e1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d656562696f2f6f6d6e697061792d63726564697463616c6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/meebio/omnipay-creditcall)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/caf2988a63c0638d664749310881be0ba3d4f05a3d175009a44824277fe8ab24/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d656562696f2f6f6d6e697061792d63726564697463616c6c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/meebio/omnipay-creditcall)[![Total Downloads](https://camo.githubusercontent.com/7eab82221677f49449eedb5965677c7612de1ff613696d27a8184e0af9fe2bf0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d656562696f2f6f6d6e697061792d63726564697463616c6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/meebio/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 meebio/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.

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

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [John Jablonski](https://github.com/jan-j)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3894d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c5887227c3c4089183d5517474453f03cf1e7da65b971bd771128e2af75d7f4?d=identicon)[Jan-J](/maintainers/Jan-J)

---

Top Contributors

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

---

Tags

paymentgatewaypaymerchantomnipaypurchasecreditcallcardeasexml

### Embed Badge

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

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

###  Alternatives

[lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

587421.0k11](/packages/lokielse-omnipay-alipay)

PHPackages © 2026

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