Download the PHP package kj415j45/kjbot without Composer
On this page you can find all versions of the php package kj415j45/kjbot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kj415j45/kjbot
More information about kj415j45/kjbot
Files in kj415j45/kjbot
Download kj415j45/kjbot
More information about kj415j45/kjbot
Files in kj415j45/kjbot
Vendor kj415j45
Package kjbot
Short Description kjBot Framework and Modules
License (MIT and AGPL-3.0-or-later)
Package kjbot
Short Description kjBot Framework and Modules
License (MIT and AGPL-3.0-or-later)
Please rate this library. Is it a good library?
Informations about the package kjbot
kjBot
kjBot 是一个轻量级多功能的酷Q机器人框架。
警告:本项目面向过程编写。
项目已重构, 点击查看
框架结构
上手
快速安装
如果你安装有 composer
如果没有
打开 config.ini
,根据你的实际情况修改。
如果你需要试用 kjBot 的全部功能,请继续运行 php composer.phar install
仅作为框架使用时,在确保 module 与 middleWare 文件夹下没有你的文件后:composer run-script framework-only
入门
public/init.php
中存在一个全局变量区供编写模块的程序员使用,约定本框架产生的全局变量均为大写字母开头。
public/tools/
下的文件将为框架扩展各类方法,请仔细阅读。
编写第一个模块
假定该模块为 hello/main.php
,向 bot 发送 !hello
即可触发该模块。
编写更多模块
参考 module/
文件夹下的其他模块
参与开发
感谢
- richardchien/coolq-http-api
- 酷Q 与许多 Bot 之间的桥梁
- kilingzhang/coolq-php-sdk
- 本项目的起源
- kj415j45/jkBot
- 本项目的零代
- 贡献者
LICENSE
kjBot 框架及 SDK 均为 MIT 协议。但是模块与中间件均为 AGPL 协议,如果您希望闭源开发,请不要使用该项目提供的模块和中间件。
All versions of kjbot with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
ext-sqlite3 Version ^7.2
ext-sqlite3 Version ^7.2
The package kj415j45/kjbot contains the following files
Loading the files please wait ....