PHPackages                             digital-canvas/recurly-client-laravel - 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. digital-canvas/recurly-client-laravel

ActiveLibrary[API Development](/categories/api)

digital-canvas/recurly-client-laravel
=====================================

A simple Laravel 4 service provider for including the Recurly PHP Client for PHP.

v1.1.1(11y ago)56762MITPHPPHP &gt;=5.3.0

Since Sep 4Pushed 11y ago4 watchersCompare

[ Source](https://github.com/digital-canvas/recurly-client-laravel)[ Packagist](https://packagist.org/packages/digital-canvas/recurly-client-laravel)[ Docs](http://github.com/digital-canvas/recurly-client-laravel)[ RSS](/packages/digital-canvas-recurly-client-laravel/feed)WikiDiscussions master Synced yesterday

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

recurly-client-laravel
======================

[](#recurly-client-laravel)

Integrates the Recurly API with Laravel 4

A simple [Laravel 4](http://four.laravel.com/) service provider for including the [Recurly PHP Client](https://github.com/recurly/recurly-client-php).

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

[](#installation)

The Recurly Service Provider can be installed via [Composer](http://getcomposer.org) by requiring the `digital-canvas/recurly-client-laravel` package in your project's `composer.json`.

```
{
    "require": {
        "digital-canvas/recurly-client-laravel": "1.*"
    }
}
```

Run composer update to pull in the libraries.

```
composer update
```

Configure
---------

[](#configure)

To use the Recurly Service Provider, you must register the provider when bootstrapping your Laravel application.

Add 'DigitalCanvas\\Recurly\\RecurlyServiceProvider' to the list of service providers in app/config/app.php

```
'DigitalCanvas\Recurly\RecurlyServiceProvider',
```

Create a config file for the package

```
php artisan config:publish digital-canvas/recurly-client-laravel
```

Edit the config and set the subdomain and apiKey values to match the Recurly credentials. If you plan to use recurly.js you must also set the privateKey value.

Usage
-----

[](#usage)

You may use the the api classes following the documentation at

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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 ~306 days

Total

2

Last Release

4328d ago

### Community

Maintainers

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

---

Top Contributors

[![jonbernardi](https://avatars.githubusercontent.com/u/38191?v=4)](https://github.com/jonbernardi "jonbernardi (6 commits)")[![andyfleming](https://avatars.githubusercontent.com/u/721038?v=4)](https://github.com/andyfleming "andyfleming (1 commits)")

---

Tags

apilaravelbillingrecurringLaravel 4recurly

### Embed Badge

![Health badge](/badges/digital-canvas-recurly-client-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/digital-canvas-recurly-client-laravel/health.svg)](https://phpackages.com/packages/digital-canvas-recurly-client-laravel)
```

###  Alternatives

[mollie/laravel-mollie

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

3624.1M28](/packages/mollie-laravel-mollie)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3672.8k2](/packages/specialtactics-l5-api)

PHPackages © 2026

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