Download the PHP package digital-canvas/recurly-client-laravel without Composer
On this page you can find all versions of the php package digital-canvas/recurly-client-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digital-canvas/recurly-client-laravel
More information about digital-canvas/recurly-client-laravel
Files in digital-canvas/recurly-client-laravel
Package recurly-client-laravel
Short Description A simple Laravel 4 service provider for including the Recurly PHP Client for PHP.
License MIT
Homepage http://github.com/digital-canvas/recurly-client-laravel
Informations about the package recurly-client-laravel
recurly-client-laravel
Integrates the Recurly API with Laravel 4
A simple Laravel 4 service provider for including the Recurly PHP Client.
Installation
The Recurly Service Provider can be installed via Composer by requiring the
digital-canvas/recurly-client-laravel
package in your project's composer.json
.
Run composer update to pull in the libraries.
Configure
To use the Recurly Service Provider, you must register the provider when bootstrapping your Laravel application.
Add 'DigitalCanvas\Recurly\RecurlyServiceProvider' to the list of service providers in app/config/app.php
Create a config file for the package
Edit the config and set the subdomain and apiKey values to match the Recurly credentials. If you plan to use recurly.js you must also set the privateKey value.
Usage
You may use the the api classes following the documentation at http://docs.recurly.com/client-libraries/php