Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
/ Recurly Public archive

Laravel Bundle for Recurly, A Enterprise-class recurring billing management for your business

Notifications You must be signed in to change notification settings

aloha/Recurly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recurly Bundle V 1.0

Recurly is Enterprise-class recurring billing management for your business

Install using Artisan CLI:

php artisan bundle:install recurly

You must add the auto-load line to bundles.php for the Recurly bundle:

return array(
	'recurly' => array('auto'=>true)
);

Example Usage

Recurly_Account::get('account_code_here');

Recurly Information

About

Laravel Bundle for Recurly, A Enterprise-class recurring billing management for your business

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages