PHPackages                             andrewlamers/chargify-laravel - 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. andrewlamers/chargify-laravel

ActiveLibrary[API Development](/categories/api)

andrewlamers/chargify-laravel
=============================

Laravel service provider for chargifys API using the chargley chargify SDK.

v2.0.0(10y ago)2952Apache 2.0PHPPHP &gt;=5.4.0

Since Oct 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/andrewlamers/chargify-laravel)[ Packagist](https://packagist.org/packages/andrewlamers/chargify-laravel)[ Docs](https://github.com/andrewlamers/chargify-laravel)[ RSS](/packages/andrewlamers-chargify-laravel/feed)WikiDiscussions master Synced 1mo ago

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

Chargify Wrapper for Laravel 4
==============================

[](#chargify-wrapper-for-laravel-4)

This is a wrapper using the chargley chargify SDK. It creates a service provider and facade for autoloading into laravel.

How to Install
--------------

[](#how-to-install)

### Laravel 5.0

[](#laravel-50)

1. Install the `andrewlamers/chargify-laravel` package

    ```
    $ composer require andrewlamers/chargify-laravel
    ```
2. Update `config/app.php` to activate ChargifyLaravel

    ```
    # Add `ChargifyLaravelServiceProvider` to the `providers` array
    'providers' => array(
        ...
        Andrewlamers\ChargifyLaravel\ChargifyLaravelServiceProvider::class,
    )

    # Add the `ChargifyLaravelFacade` to the `aliases` array
    'aliases' => array(
        ...
        'Chargify' => Andrewlamers\ChargifyLaravel\ChargifyLaravelFacade::class
    )
    ```
3. Generate a template Chargify config file

    ```
    $ php artisan vendor:publish
    ```
4. Update `app/config/chargify.php` with your chargify API Information

    ```
    return array(
        'hostname' => 'mysite.chargify.com',
        'api_key' => 'my chargify api key',
        'shared_key' => 'my chargify shared key'
    );
    ```

### Laravel 4.2

[](#laravel-42)

1. Install the `andrewlamers/chargify-laravel` 1.\* version

    ```
    $ composer require andrewlamers/chargify-laravel:1.*
    ```
2. Update `config/app.php` to activate ChargifyLaravel

    ```
    # Add `ChargifyLaravelServiceProvider` to the `providers` array
    'providers' => array(
        ...
        'Andrewlamers\ChargifyLaravel\ChargifyLaravelServiceProvider'
    )

    # Add the `ChargifyLaravelFacade` to the `aliases` array
    'aliases' => array(
        ...
        'Chargify' => 'Andrewlamers\ChargifyLaravel\ChargifyLaravelFacade'
    )
    ```
3. Generate a template Chargify config file

    ```
    $ php artisan config:publish andrewlamers/chargify-laravel
    ```
4. Update `app/config/packages/andrewlamers/chargify-laravel/config.php` with your chargify API Information

    ```
    return array(
        'hostname' => 'mysite.chargify.com',
        'api_key' => 'my chargify api key',
        'shared_key' => 'my chargify shared key'
    );
    ```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

4

Last Release

3861d ago

Major Versions

v1.0.2 → v2.0.02015-10-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/7feecaccfbdc20e9a5a9bccbd0394ff923e7490956817b90cc4614df0a48481a?d=identicon)[emaw](/maintainers/emaw)

---

Top Contributors

[![andrewlamers](https://avatars.githubusercontent.com/u/319577?v=4)](https://github.com/andrewlamers "andrewlamers (20 commits)")

---

Tags

laravelchargifychargley

### Embed Badge

![Health badge](/badges/andrewlamers-chargify-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/andrewlamers-chargify-laravel/health.svg)](https://phpackages.com/packages/andrewlamers-chargify-laravel)
```

###  Alternatives

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mollie/laravel-mollie

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

3624.1M28](/packages/mollie-laravel-mollie)[api-ecosystem-for-laravel/dingo-api

A RESTful API package for the Laravel and Lumen frameworks.

3121.5M10](/packages/api-ecosystem-for-laravel-dingo-api)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[kirschbaum-development/laravel-openapi-validator

Automatic OpenAPI validation for Laravel HTTP tests

581.1M5](/packages/kirschbaum-development-laravel-openapi-validator)

PHPackages © 2026

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