PHPackages                             cedricblondeau/php-moneris-eselectplus - 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. [API Development](/categories/api)
4. /
5. cedricblondeau/php-moneris-eselectplus

ActiveLibrary[API Development](/categories/api)

cedricblondeau/php-moneris-eselectplus
======================================

An alternative and modern way to access the Moneris eSELECTplus API with PHP 5.3+.

1.0.0(10y ago)2450[2 issues](https://github.com/cedricblondeau/php-moneris-eselectplus/issues)MITPHPPHP &gt;=5.3CI failing

Since May 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/cedricblondeau/php-moneris-eselectplus)[ Packagist](https://packagist.org/packages/cedricblondeau/php-moneris-eselectplus)[ Docs](https://github.com/cedricblondeau/php-moneris-eselectplus)[ RSS](/packages/cedricblondeau-php-moneris-eselectplus/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

php-moneris-eselectplus [![Build Status](https://camo.githubusercontent.com/4132254907e8b32700be26dd7ae201f395ba2580766e6342f9250f250dacbde2/68747470733a2f2f7472617669732d63692e6f72672f636564726963626c6f6e646561752f7068702d6d6f6e657269732d6573656c656374706c75732e737667)](https://travis-ci.org/cedricblondeau/php-moneris-eselectplus)
=============================================================================================================================================================================================================================================================================================================================================

[](#php-moneris-eselectplus-)

An alternative and modern way to access the Moneris eSELECTplus API with PHP 5.3+.

This library was initially a fork of [ironkeith/moneris-eselectplus-api](https://github.com/ironkeith/moneris-eselectplus-api).

### Motivation

[](#motivation)

I needed to integrate Moneris with a nice and modern PHP project and did not want to include the source code they provide.

[Keith Silgard](https://github.com/ironkeith) did an awesome job by writing an [alternative library](https://github.com/ironkeith/moneris-eselectplus-api) but I wanted something with namespaces, PSR-4 support, unit testing and Vault API functions, so I decided to fork it and finally, to fully redesign and rewrite it for PHP 5.3+.

### Usage example

[](#usage-example)

```
use CedricBlondeau\Moneris;

// Config
$config = new Config('test_api_key', 'store1');
$config->setEnvironment(Config::ENV_TESTING);

// Purchase transaction
$transaction = new Moneris\Transaction\Basic\Purchase($config, array(
    'cc_number' => '4242424242424242',
    'expiry_month' => 10,
    'expiry_year' => 18,
    'order_id' => 'test' . date("dmy-G:i:s"),
    'amount' => 100
));

// CURL
$httpClient = new Moneris\Http\Client\Curl($transaction);
$result = $httpClient->execute();
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

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

3704d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1479924?v=4)[Cédric Blondeau](/maintainers/cedricblondeau)[@cedricblondeau](https://github.com/cedricblondeau)

---

Top Contributors

[![cedricblondeau](https://avatars.githubusercontent.com/u/1479924?v=4)](https://github.com/cedricblondeau "cedricblondeau (35 commits)")

---

Tags

monerismoneris-eselectplus-apiphpmoneriseSELECTplus

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cedricblondeau-php-moneris-eselectplus/health.svg)

```
[![Health](https://phpackages.com/badges/cedricblondeau-php-moneris-eselectplus/health.svg)](https://phpackages.com/packages/cedricblondeau-php-moneris-eselectplus)
```

###  Alternatives

[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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