PHPackages                             marissen/ecurring-api-php - 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. marissen/ecurring-api-php

Abandoned → [mooore/ecurring-api-php](/?search=mooore%2Fecurring-api-php)Library[API Development](/categories/api)

marissen/ecurring-api-php
=========================

eCurring API client library for PHP.

0.5.0(5y ago)66.0k4[1 issues](https://github.com/mooore-digital/ecurring-api-php/issues)[1 PRs](https://github.com/mooore-digital/ecurring-api-php/pulls)MITPHPPHP &gt;=7.2

Since Apr 5Pushed 4y ago4 watchersCompare

[ Source](https://github.com/mooore-digital/ecurring-api-php)[ Packagist](https://packagist.org/packages/marissen/ecurring-api-php)[ RSS](/packages/marissen-ecurring-api-php/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (6)Dependencies (7)Versions (8)Used By (0)

eCurring API client library for PHP
===================================

[](#ecurring-api-client-library-for-php)

This is an unofficial library which provides PHP bindings for the eCurring API.

[eCurring Home](https://www.ecurring.com/) | [eCurring API Documentation](https://docs.ecurring.com/)

This library is inspired by [Mollie API client for PHP](https://github.com/mollie/mollie-api-php).

Requirements
------------

[](#requirements)

In order to use this library, you need:

- An active eCurring account and API key.
- PHP &gt;= 7.2

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

[](#installation)

```
composer require mooore/ecurring-api-php
```

Getting started
---------------

[](#getting-started)

Initializing the eCurring client

```
use Mooore\eCurring\eCurringHttpClient;

$client = new eCurringHttpClient();
$client->setApiKey('your_api_key');
```

Creating a customer

```
$customer = $client->customers->create([
    'first_name' => 'John',
    'last_name' => 'Doe',
    'email' => 'example@domain.com'
]);
```

Creating a subscription from customer

```
$customer = $client->customers->get(200);
$subscription = $customer->createSubscription(1);
```

Creating a subscription from subscription plan

```
$subscriptionPlan = $client->subscriptionPlans->get(1);
$subscription = $subscriptionPlan->createSubscription(200);
```

Get all subscriptions

```
$customers = $client->customers->page();
do {
    foreach ($customers as $customer) {
        if ($subscription->isActive()) {
            // do something
        }
    }
} while ($customers = $customers->next());
```

Roadmap
-------

[](#roadmap)

- Implement [Included resources](https://docs.ecurring.com/includes)
- Implement [Sparse Fieldsets](https://docs.ecurring.com/sparse-fieldsets)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.2% 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 ~113 days

Recently: every ~136 days

Total

6

Last Release

2032d ago

### Community

Maintainers

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

---

Top Contributors

[![hordijk](https://avatars.githubusercontent.com/u/4454086?v=4)](https://github.com/hordijk "hordijk (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![EdwinHoksberg](https://avatars.githubusercontent.com/u/6866019?v=4)](https://github.com/EdwinHoksberg "EdwinHoksberg (1 commits)")[![mbardelmeijer](https://avatars.githubusercontent.com/u/1583095?v=4)](https://github.com/mbardelmeijer "mbardelmeijer (1 commits)")[![tdgroot](https://avatars.githubusercontent.com/u/1165302?v=4)](https://github.com/tdgroot "tdgroot (1 commits)")

---

Tags

ecurringhacktoberfestlibrarymarissenmolliemooorephpphp-librarysubscriptionsmolliesubscriptionsecurring

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/marissen-ecurring-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/marissen-ecurring-api-php/health.svg)](https://phpackages.com/packages/marissen-ecurring-api-php)
```

###  Alternatives

[mollie/mollie-api-php

Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.

59914.4M62](/packages/mollie-mollie-api-php)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[rebilly/client-php

Rebilly PHP Client

18401.9k](/packages/rebilly-client-php)[mollie/magento

iDEAL, Creditcard, Bancontact/Mister Cash, SOFORT, Bank transfer, Bitcoin, PayPal &amp; paysafecard for Magento https://www.mollie.com/

397.9k](/packages/mollie-magento)

PHPackages © 2026

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