2017 © Pedro Peláez
 

library recurly-client-laravel

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

image

digital-canvas/recurly-client-laravel

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

  • Monday, July 7, 2014
  • by spekkionu
  • Repository
  • 4 Watchers
  • 5 Stars
  • 268 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

recurly-client-laravel

Integrates the Recurly API with Laravel 4, (*1)

A simple Laravel 4 service provider for including the Recurly PHP Client., (*2)

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., (*3)

{
    "require": {
        "digital-canvas/recurly-client-laravel": "1.*"
    }
}

Run composer update to pull in the libraries., (*4)

composer update

Configure

To use the Recurly Service Provider, you must register the provider when bootstrapping your Laravel application., (*5)

Add 'DigitalCanvas\Recurly\RecurlyServiceProvider' to the list of service providers in app/config/app.php, (*6)

'DigitalCanvas\Recurly\RecurlyServiceProvider',

Create a config file for the package, (*7)

php artisan config:publish digital-canvas/recurly-client-laravel

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., (*8)

Usage

You may use the the api classes following the documentation at http://docs.recurly.com/client-libraries/php, (*9)

The Versions

07/07 2014

dev-master

9999999-dev http://github.com/digital-canvas/recurly-client-laravel

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

  Sources   Download

MIT

The Requires

 

laravel api laravel 4 recurring billing recurly

07/07 2014

v1.1.1

1.1.1.0 http://github.com/digital-canvas/recurly-client-laravel

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

  Sources   Download

MIT

The Requires

 

laravel api laravel 4 recurring billing recurly

04/09 2013

1.0

1.0.0.0 http://github.com/digital-canvas/recurly-client-laravel

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

  Sources   Download

MIT

The Requires

 

laravel api laravel 4 recurring billing recurly