christhompsontldr/laravel-recurly

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

Maintainers

Package info

github.com/ChrisThompsonTLDR/laravel-recurly

pkg:composer/christhompsontldr/laravel-recurly

Statistics

Installs: 42 647

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.1.1 2016-12-08 13:55 UTC

This package is auto-updated.

Last update: 2026-03-17 12:38:01 UTC


README

Integrates the Recurly API with Laravel 5

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

Installation

Use composer to install the package.

composer require christhompsontldr/laravel-recurly

Configure

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

Add 'Christhompsontldr\LaravelRecurly\ServiceProvider' to the list of service providers in app/config/app.php

'Christhompsontldr\LaravelRecurly\ServiceProvider::class,',

Create a config file for the package

php artisan vendor:publish

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

Usage

http://docs.recurly.com/client-libraries/php