PHPackages                             jorisvanw/laravel-recurly - 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. jorisvanw/laravel-recurly

ActiveLibrary[API Development](/categories/api)

jorisvanw/laravel-recurly
=========================

A simple Laravel 5 service provider for including the Recurly PHP client.

v2.0.2(7y ago)0159.7k↓50%MITPHPPHP &gt;=5.6.0

Since Aug 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/JorisvanW/laravel-recurly)[ Packagist](https://packagist.org/packages/jorisvanw/laravel-recurly)[ Docs](https://github.com/JorisvanW/laravel-recurly)[ RSS](/packages/jorisvanw-laravel-recurly/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

Laravel Recurly Package
=======================

[](#laravel-recurly-package)

[![Latest Stable Version](https://camo.githubusercontent.com/c8075d6a3c9f327709d756fb3215cbb4a5c7ae0fa2dcf8084387862e943305e0/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f72697376616e772f6c61726176656c2d72656375726c792e737667)](https://packagist.org/packages/jorisvanw/laravel-recurly) [![Total Downloads](https://camo.githubusercontent.com/df5f60760e4da61cd3b5e86f958d84898548b12420627f60f865e08eee95964d/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6a6f72697376616e772f6c61726176656c2d72656375726c792e737667)](https://packagist.org/packages/jorisvanw/laravel-recurly) [![Build Status](https://camo.githubusercontent.com/1347777110047109929743559afe7161a464032bbae6048decb16d3147179147/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f6a6f72697376616e772f6c61726176656c2d72656375726c792e737667)](https://travis-ci.org/jorisvanw/laravel-recurly) [![Coverage Status](https://camo.githubusercontent.com/5c45a51f358499d13c47771ad8c6510aec5da4faab8ec8cff3598dacb6c93dd6/687474703a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6a6f72697376616e772f6c61726176656c2d72656375726c792e737667)](https://coveralls.io/r/jorisvanw/laravel-recurly) [![Donate](https://camo.githubusercontent.com/d47cdb766a100070d38a702d9c7760ccc8052063484e1478a26bcd16680d33af/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f6e6174652d70617970616c2d626c75652e737667)](https://www.paypal.me/JorisvanW)

Integrates the Recurly API with Laravel 5.

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

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

[](#installation)

Use composer to install the package.

```
composer require jorisvanw/laravel-recurly
```

For laravel &gt;=5.5 that's all. This package supports Laravel new Package Discovery.

If you are using Laravel &lt; 5.5, you also need to add 'JorisvanW\\LaravelRecurly\\ServiceProvider' to your app/config/app.php providers array:

```
JorisvanW\LaravelRecurly\ServiceProvider::class,
```

Configuration
-------------

[](#configuration)

The defaults are set in `app/config/recurly.php`. Copy this file to your own config directory to modify the values. You can publish the config using this command:

```
$ php artisan vendor:publish --provider="JorisvanW\LaravelRecurly\ServiceProvider"
```

Add your Recurly information to the your .env file using the keys found in `app/config/recurly.php`.

Usage
-----

[](#usage)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 72.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 ~183 days

Total

5

Last Release

2829d ago

Major Versions

1.1.1 → v2.0.02018-08-14

PHP version history (3 changes)1.1PHP &gt;=5.3.0

v2.0.0PHP &gt;=5.4.0

v2.0.1PHP &gt;=5.6.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11089853?v=4)[Joris van Willigen](/maintainers/JorisvanW)[@JorisvanW](https://github.com/JorisvanW)

---

Top Contributors

[![JorisvanW](https://avatars.githubusercontent.com/u/11089853?v=4)](https://github.com/JorisvanW "JorisvanW (8 commits)")[![ChrisThompsonTLDR](https://avatars.githubusercontent.com/u/348801?v=4)](https://github.com/ChrisThompsonTLDR "ChrisThompsonTLDR (2 commits)")[![taylornotwell](https://avatars.githubusercontent.com/u/78162749?v=4)](https://github.com/taylornotwell "taylornotwell (1 commits)")

---

Tags

apilaravelbillingrecurringlaravel 5recurly

### Embed Badge

![Health badge](/badges/jorisvanw-laravel-recurly/health.svg)

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

###  Alternatives

[mollie/laravel-mollie

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

3624.1M28](/packages/mollie-laravel-mollie)[sboo/laravel5-mailjet

Mailjet driver for Laravel 5

154.6k](/packages/sboo-laravel5-mailjet)

PHPackages © 2026

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