PHPackages                             daanra/laravel-ecurring - 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. daanra/laravel-ecurring

ActiveLibrary[API Development](/categories/api)

daanra/laravel-ecurring
=======================

A package for interacting with eCurring's API in Laravel

28.4k↑18.6%PHPCI failing

Since Feb 9Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Daanra/laravel-ecurring)[ Packagist](https://packagist.org/packages/daanra/laravel-ecurring)[ RSS](/packages/daanra-laravel-ecurring/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel eCurring
================

[](#laravel-ecurring)

[![Latest Version on Packagist](https://camo.githubusercontent.com/244802648e16afb7d66768bfc7ac51536cb3b212c53ff55cda37d46763a98f93/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6461616e72612f6c61726176656c2d6563757272696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/daanra/laravel-ecurring)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f4b2a8fd097ff72f6c49b2f28915da418b3bc8974d1718d9c9501713bf796596/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6461616e72612f6c61726176656c2d6563757272696e672f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/daanra/laravel-ecurring/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/633dd337cfbf26400b0487613b09059dcac21835122ea073e8d9a4f5712a9ba0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6461616e72612f6c61726176656c2d6563757272696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/daanra/laravel-ecurring)

A package for interacting with [eCurring's](https://www.ecurring.com/) API. Their API documentation can be found [here](https://docs.ecurring.com).

This package is still being developed.

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

[](#installation)

You can install the package via composer:

```
composer require daanra/laravel-ecurring
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Daanra\Ecurring\EcurringServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

```
use Daanra\Ecurring\Facades\Ecurring;

$customer = Ecurring::customer()->create([
    'first_name'  => 'Test',
    'last_name'  => 'Tester',
    'email' => 'test@example.com'
]);

$subscription = Ecurring::subscription()->find(123);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Credits
-------

[](#credits)

- [Daan Raatjes](https://github.com/daanra)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7329241f78d1dc1731c0c669a93c7084a1423474a7c1526a660c46c844e6ff98?d=identicon)[daanraatjes](/maintainers/daanraatjes)

---

Top Contributors

[![Daanra](https://avatars.githubusercontent.com/u/6588838?v=4)](https://github.com/Daanra "Daanra (25 commits)")

### Embed Badge

![Health badge](/badges/daanra-laravel-ecurring/health.svg)

```
[![Health](https://phpackages.com/badges/daanra-laravel-ecurring/health.svg)](https://phpackages.com/packages/daanra-laravel-ecurring)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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