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

ActiveLibrary[API Development](/categories/api)

mooore/ecurring-api-php
=======================

eCurring API client library for PHP.

0.5.0(5y ago)613.3k↓17.8%4[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/mooore/ecurring-api-php)[ RSS](/packages/mooore-ecurring-api-php/feed)WikiDiscussions master Synced yesterday

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

31

—

LowBetter than 66% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity50

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

2079d 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/mooore-ecurring-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/mooore-ecurring-api-php/health.svg)](https://phpackages.com/packages/mooore-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.

60216.0M83](/packages/mollie-mollie-api-php)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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