承接 sinusbot/sinusbot-api-php 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

sinusbot/sinusbot-api-php

最新稳定版本:v1.1.0

Composer 安装命令:

composer require sinusbot/sinusbot-api-php

包简介

PHP Wrapper to communicate with the SinusBot API.

README 文档

README

Build Status Packagist

PHP Wrapper to communicate with the SinusBot API.

Usage

via Composer

composer require sinusbot/sinusbot-api-php

Require the composer's autoload.php in the top of your php file:

require __DIR__ . '/vendor/autoload.php';

Then you can use the SinusBot API via the SinusBot\API class.

via Source

Download and extract the latest release here. Rename the folder to sinusbot, after that require the autoload.php:

require __DIR__ . '/sinusbot/src/autoload.php';

Then you can use the SinusBot API via the SinusBot\API class.

Examples

There are a few examples located in the examples directory.

Documentation

A complete list of methods can be found in the documenation.

Compatibility

It's compatible with the consumer and hosting version of the SinusBot.

Copyright

This libary was originally created by Manuel Hettche from TS3index.

统计信息

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

GitHub 信息

  • Stars: 23
  • Watchers: 4
  • Forks: 11
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2018-09-07