2017 © Pedro Peláez
 

library github

Laravel 5 Github Integration

image

caffeinated/github

Laravel 5 Github Integration

  • Thursday, February 25, 2016
  • by kai_desu
  • Repository
  • 2 Watchers
  • 1 Stars
  • 121 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

This package has been abandoned and is no longer maintained.

Caffeinated GitHub

Laravel 5.1 Laravel 5.2 Source License, (*1)

This is a Laravel 5 GitHub API Wrapper package that is heavily influenced by both KNP Labs php-github-api client and Graham Campbell's 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., (*2)

Notable Differences

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

Documentation

You will find user friendly and updated documentation in the wiki here: Caffeinated Github Wiki, (*3)

Quick Installation

Begin by installing the package through Composer., (*4)

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:, (*5)

Service Provider

Caffeinated\Github\GithubServiceProvider::class,

Facade

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

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

The Versions

25/02 2016

dev-master

9999999-dev

Laravel 5 Github Integration

  Sources   Download

MIT

The Requires

 

by Shea Lewis

laravel github caffeinated

25/02 2016

v2.1

2.1.0.0

Laravel 5 Github Integration

  Sources   Download

MIT

The Requires

 

by Shea Lewis

laravel github caffeinated

27/06 2015

v2.0

2.0.0.0

Laravel 5 Github Integration

  Sources   Download

MIT

The Requires

 

by Shea Lewis

laravel github caffeinated

12/06 2015

v0.4-alpha

0.4.0.0-alpha

Laravel 5 Github Integration

  Sources   Download

MIT

The Requires

 

by Shea Lewis

laravel github caffeinated

12/06 2015

v1.0

1.0.0.0

Laravel 5 Github Integration

  Sources   Download

MIT

The Requires

 

by Shea Lewis

laravel github caffeinated