zarlach/laravel-twitch-api
最新稳定版本:1.5.2
Composer 安装命令:
composer require zarlach/laravel-twitch-api
包简介
Laravel Twitch RESTful API
README 文档
README
An easy-to-use API for Laravel 5
Installation
composer require zarlach/laravel-twitch-api
In config/app.php, add this provider in providers
Zarlach\TwitchApi\Providers\TwitchApiServiceProvider::class,
Add this facade in aliases
'TwitchApi' => Zarlach\TwitchApi\Facades\TwitchApiServiceFacade::class,
Publish config, then configure your config/twitch-api.php
php artisan vendor:publish
Laravel environment variables
It's recommended to add these variables in your .env file.
TWITCH_KEY= TWITCH_SECRET= TWITCH_REDIRECT_URI=
Documentation
You'll find documentation markdown files in the docs folder.
Changelog
A list of changes is found in changelog.md
统计信息
- 总下载量: 23.01k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 31
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-07