PHPackages                             lshin/chargebee-laravel4 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. lshin/chargebee-laravel4

ActiveLibrary[API Development](/categories/api)

lshin/chargebee-laravel4
========================

A simple laravel 4 service provider for including the ChargeBee PHP Client

v0.95(11y ago)03.4k1MITPHPPHP &gt;=5.3.0

Since May 7Pushed 11y ago1 watchersCompare

[ Source](https://github.com/lshin/chargebee-laravel4)[ Packagist](https://packagist.org/packages/lshin/chargebee-laravel4)[ Docs](http://github.com/lshin/chargebee-laravel4)[ RSS](/packages/lshin-chargebee-laravel4/feed)WikiDiscussions develop Synced 2d ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

chargebee-laravel4
==================

[](#chargebee-laravel4)

Integrates the ChargeBee API with Laravel 4

A simple [Laravel 4](http://four.laravel.com/) service provider for including the [ChargeBee PHP Client](https://github.com/chargebee/chargebee-php).

Installation
------------

[](#installation)

The ChargeBee Service Provider can be installed via [Composer](http://getcomposer.org) 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
---------

[](#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
-----

[](#usage)

You can use the the all api classes following the documentation at

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~22 days

Recently: every ~27 days

Total

6

Last Release

4276d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cfc5957107735b2ae1cb7a0dc5b582c56947e1d4a8936773bbf9f3eeccb1f62?d=identicon)[lshin](/maintainers/lshin)

---

Top Contributors

[![lshin](https://avatars.githubusercontent.com/u/940861?v=4)](https://github.com/lshin "lshin (14 commits)")[![j-a-p-dev](https://avatars.githubusercontent.com/u/8199777?v=4)](https://github.com/j-a-p-dev "j-a-p-dev (1 commits)")[![patx1](https://avatars.githubusercontent.com/u/6848666?v=4)](https://github.com/patx1 "patx1 (1 commits)")

---

Tags

apilaravelbillingrecurringLaravel 4chargebee

### Embed Badge

![Health badge](/badges/lshin-chargebee-laravel4/health.svg)

```
[![Health](https://phpackages.com/badges/lshin-chargebee-laravel4/health.svg)](https://phpackages.com/packages/lshin-chargebee-laravel4)
```

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[chargebee/cashier

Laravel Cashier for Chargebee provides an expressive, fluent interface to Chargebee's subscription billing services.

627.4k1](/packages/chargebee-cashier)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3672.8k2](/packages/specialtactics-l5-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
