christhompsontldr/laravel-recurly

A simple Laravel 5 service provider for including the Recurly PHP client.
44,432 1
Install
composer require christhompsontldr/laravel-recurly
Latest Version:1.1.1
PHP:>=5.3.0
License:MIT
Last Updated:Dec 8, 2016
Links: GitHub  ·  Packagist
Maintainer: ChrisThompsonTLDR

recurly-client-laravel

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

Related Packages

digital-canvas/recurly-client-laravel

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

676 5
lshin/chargebee-laravel4

A simple laravel 4 service provider for including the ChargeBee PHP Client

3,428 0
sboo/laravel5-mailjet

Mailjet driver for Laravel 5

4,593 15
sh0umik/laravel5-mailjet-5.3-fix

Mailjet driver for Laravel 5 with 5.3 Fix

781 0