caffeinated/github 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

caffeinated/github

最新稳定版本:v2.1

Composer 安装命令:

composer require caffeinated/github

包简介

Laravel 5 Github Integration

README 文档

README

Caffeinated GitHub

Laravel 5.1 Laravel 5.2 Source License

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.

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

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

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!

统计信息

  • 总下载量: 133
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-17