PHPackages                             caffeinated/github - 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. caffeinated/github

AbandonedArchivedLibrary[API Development](/categories/api)

caffeinated/github
==================

Laravel 5 Github Integration

v2.1(10y ago)21331MITPHPPHP &gt;=5.5.9

Since Jun 12Pushed 6y agoCompare

[ Source](https://github.com/caffeinated/github)[ Packagist](https://packagist.org/packages/caffeinated/github)[ RSS](/packages/caffeinated-github/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

This package has been abandoned and is no longer maintained.
============================================================

[](#this-package-has-been-abandoned-and-is-no-longer-maintained)

Caffeinated GitHub
==================

[](#caffeinated-github)

[![Laravel 5.1](https://camo.githubusercontent.com/05076f1468adbd2ff88c746e1d499486fe3755747a047b2f42949a583c4884b2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e312d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)[![Laravel 5.2](https://camo.githubusercontent.com/3c5fafdd636fa4b58339ff9c390671fac70d00e2654590261153d96a4de251db/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e322d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)[![Source](https://camo.githubusercontent.com/212bce0096ae63d842b99422ed2be6d5cd382fefd6d6a338d7cfa2bbd15817f2/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d6361666665696e617465642f6769746875622d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/caffeinated/github)[![License](https://camo.githubusercontent.com/30597ff9a350144f03bffdd9183e16468e0b3ca1193e1d08591d992622738d55/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://tldrlegal.com/license/mit-license)

This is a Laravel 5 GitHub API Wrapper package that is heavily influenced by both KNP Labs [php-github-api](https://github.com/KnpLabs/php-github-api) client and Graham Campbell's [Laravel-GitHub](https://github.com/GrahamCampbell/Laravel-GitHub) package. It's essentially a merger of the two packages born out of the need for more control over the code base for some personal projects.

Notable Differences
-------------------

[](#notable-differences)

- Utilizes GuzzleHttp v5.0
- Certification verification is disabled
- Only supports token authentication for the time being
- Has very few API implementations

Documentation
-------------

[](#documentation)

You will find user friendly and updated documentation in the wiki here: [Caffeinated Github Wiki](https://github.com/caffeinated/github/wiki)

Quick Installation
------------------

[](#quick-installation)

Begin by installing the package through Composer.

```
composer require caffeinated/github=~2.0

```

Once this operation is complete, simply add both the service provider and facade classes to your project's `config/app.php` file:

#### Service Provider

[](#service-provider)

```
Caffeinated\Github\GithubServiceProvider::class,
```

#### Facade

[](#facade)

```
'Github' => Caffeinated\Github\Facades\Github::class,
```

And that's it! With your coffee in reach, start calling on the GitHub API!

###  Health Score

29

—

LowBetter than 58% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

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 ~86 days

Total

4

Last Release

3757d ago

Major Versions

v0.4-alpha → v1.02015-06-12

v1.0 → v2.02015-06-26

PHP version history (2 changes)v0.4-alphaPHP &gt;=5.4.0

v2.0PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/55915858d65ae931237d7e8ae69125f0245d3490fbe74fdd0743749ab5396244?d=identicon)[thekanbo](/maintainers/thekanbo)

---

Top Contributors

[![kaidesu](https://avatars.githubusercontent.com/u/355659?v=4)](https://github.com/kaidesu "kaidesu (21 commits)")

---

Tags

laravelgithubcaffeinated

### Embed Badge

![Health badge](/badges/caffeinated-github/health.svg)

```
[![Health](https://phpackages.com/badges/caffeinated-github/health.svg)](https://phpackages.com/packages/caffeinated-github)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87311.3M149](/packages/spatie-laravel-health)[psalm/plugin-laravel

Psalm plugin for Laravel

3325.1M337](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

9782.1M153](/packages/laravel-ai)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[graham-campbell/github

GitHub Is A GitHub Bridge For Laravel

6441.8M21](/packages/graham-campbell-github)

PHPackages © 2026

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