A simple Laravel 5 service provider for including the Recurly PHP client.
christhompsontldr/laravel-recurly is a Laravel package for a simple laravel 5 service provider for including the recurly php client..
It currently has 1 GitHub stars and 44.016 downloads on Packagist (latest version 1.1.1).
Install it with composer require christhompsontldr/laravel-recurly.
Discover more Laravel packages by christhompsontldr
or browse all Laravel packages to compare alternatives.
Last updated
Integrates the Recurly API with Laravel 5
A simple Laravel 5 service provider for including the Recurly PHP Client.
Use composer to install the package.
composer require christhompsontldr/laravel-recurly
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.
http://docs.recurly.com/client-libraries/php