lartie/laravel-botan
Composer 安装命令:
composer require lartie/laravel-botan
包简介
Laravel Botan
README 文档
README
Fork: https://github.com/botanio/sdk
Installation
Composer
composer require "lartie/laravel-botan:^1.0.0"
Configuration
BOTAN_TOKEN=YOUR_BOT_TOKEN
Service Provider
You must install this service provider.
// config/app.php 'providers' => [ ... LArtie\LaravelBotan\LaravelBotanServiceProvider::class, ... ];
This package also comes with a facade, which provides an easy way to call the the class.
// config/app.php 'aliases' => [ ... 'Botan' => LArtie\LaravelBotan\Facades\Botan::class, ... ];
Usage
Botan::track($message, 'Message');
Or
$result = Botan::shortenUrl($url, $userId);
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 181
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-22