ChrisThompsonTLDR / laravel-recurly by ChrisThompsonTLDR

A simple Laravel 5 service provider for including the Recurly PHP client.
24,562
1
2
Package Data
Maintainer Username: ChrisThompsonTLDR
Maintainer Contact: christhompsontldr@gmail.com (Chris Thompson)
Package Create Date: 2016-08-12
Package Last Update: 2016-12-08
Language: PHP
License: MIT
Last Refreshed: 2024-03-23 03:07:37
Package Statistics
Total Downloads: 24,562
Monthly Downloads: 769
Daily Downloads: 19
Total Stars: 1
Total Watchers: 2
Total Forks: 4
Total Open Issues: 0

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