tyaga / mrbot-php
此包最新版本(dev-master)没有提供许可证信息。
ICQ Bot API for PHP
dev-master
2021-03-23 12:22 UTC
Requires
- ext-json: *
- guzzlehttp/guzzle: ^6.0
- psr/log: ^1.1
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2024-09-19 22:57:35 UTC
README
安装
推荐通过 Composer 安装 mrbot-php。
composer require tyaga/mrbot-php
{
"require": {
"tyaga/mrbot-php": "dev-master"
}
}
用法
查看 examples 文件夹以获取用法信息。
API 描述
贡献
请自由地以 PR 的形式发送您的贡献。请确保更新/编写新的测试来支持您的贡献。请遵循 PSR-2。