PHPackages                             jsiebach/laravel-cheddar - 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. jsiebach/laravel-cheddar

ActiveLibrary[API Development](/categories/api)

jsiebach/laravel-cheddar
========================

An unofficial service provider for using CheddarGetter in Laravel

v1.0.0(10y ago)01.4kMITPHP

Since Feb 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jsiebach/laravel-cheddar)[ Packagist](https://packagist.org/packages/jsiebach/laravel-cheddar)[ RSS](/packages/jsiebach-laravel-cheddar/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (2)Used By (0)

laravel-cheddar
===============

[](#laravel-cheddar)

A service provider for using CheddarGetter in Laravel.

This package simply provides an easy way to pull an authenticated CheddarGetter PHP Wrapper Client into your Laravel app. See the documentation for the CheddarGetter PHP Wrapper here:

Set Up
------

[](#set-up)

1. Add this package to your composer.json -

```
    "require": {
        "jsiebach/laravel-cheddar": "^1.0"
    }

```

2. Run `composer update`
3. Add `\JSiebach\Cheddar\CheddarServiceProvider::class` to your array of service providers in `/config/app.php`
4. Run `php artisan vendor:publish` to create the config file
5. In `/config/cheddar.php`, add your credentials for Cheddar Getter.

Usage
-----

[](#usage)

You can now use dependency-injection to load a CheddarGetter\_Client with your credentials automatically set. In any controller:

```
Class PaymentController extends Controller {

	public $client;

	__construct(CheddarGetter_Client $client){
		$this->client = $client;
	}

	public function customerList(){

		$response = $this->client->getAllCustomers();

		//handle response...

	}

}

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3789d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30dfec4d63bf799cc6fee3c093c76c23b6f1678950b9875fe3736699fb2e0667?d=identicon)[jsiebach](/maintainers/jsiebach)

---

Top Contributors

[![jsiebach](https://avatars.githubusercontent.com/u/9845442?v=4)](https://github.com/jsiebach "jsiebach (8 commits)")

---

Tags

laravelCheddarGetter

### Embed Badge

![Health badge](/badges/jsiebach-laravel-cheddar/health.svg)

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

###  Alternatives

[rakibdevs/openweather-laravel-api

Laravel package to connect https://openweathermap.org/ to get customized weather data for any location on the globe immediately

7651.3k](/packages/rakibdevs-openweather-laravel-api)

PHPackages © 2026

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