LaravelPackages.net
Acme Inc.
Toggle sidebar
jorisvanw/laravel-recurly

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

160.234
0
v2.0.2
About jorisvanw/laravel-recurly

jorisvanw/laravel-recurly is a Laravel package for a simple laravel 5 service provider for including the recurly php client.. It currently has 0 GitHub stars and 160.234 downloads on Packagist (latest version v2.0.2). Install it with composer require jorisvanw/laravel-recurly. Discover more Laravel packages by jorisvanw or browse all Laravel packages to compare alternatives.

Last updated

Laravel Recurly Package

Latest Stable Version Total Downloads Build Status Coverage Status Donate

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

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

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

JorisvanW\LaravelRecurly\ServiceProvider::class,

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

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

Star History Chart