lshin / chargebee-laravel4
A simple laravel 4 service provider for including the ChargeBee PHP Client
Installs: 3 380
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=5.3.0
- chargebee/chargebee-php: 1.*
- illuminate/support: 4.*
This package is not auto-updated.
Last update: 2024-11-09 15:55:35 UTC
README
Integrates the ChargeBee API with Laravel 4
A simple Laravel 4 service provider for including the ChargeBee PHP Client.
Installation
The ChargeBee Service Provider can be installed via Composer by requiring the
lshin/chargebee-laravel4
package in your project's composer.json
.
{ "require": { "lshin/chargebee-laravel4": "0.*" } }
Run composer update to pull in the libraries.
composer update
Configure
To use the ChargeBee Service Provider, you must register the provider when bootstrapping your Laravel application.
Add 'Lshin\ChargebeeLaravel4\ChargebeeLaravel4ServiceProvider' to the list of service providers in app/config/app.php
'Lshin\ChargebeeLaravel4\ChargebeeLaravel4ServiceProvider',
Create a config file for the package
php artisan config:publish lshin/chargebee-laravel4
Edit the config and set the "site" and "api_key" values to match the ChargeBee credentials.
Usage
You can use the the all api classes following the documentation at https://apidocs.chargebee.com/docs/api