lartie/laravel-botan 问题修复 & 功能扩展

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

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

lartie/laravel-botan

Composer 安装命令:

composer require lartie/laravel-botan

包简介

Laravel Botan

README 文档

README

Fork: https://github.com/botanio/sdk

Latest Stable Version Total Downloads Latest Unstable Version License composer.lock

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-11-22

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固