caffeinated/github
最新稳定版本:v2.1
Composer 安装命令:
composer require caffeinated/github
包简介
Laravel 5 Github Integration
README 文档
README
Caffeinated GitHub
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
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-17