We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题所见,php-libonebot 本项目是面向实现者快速实现 OneBot 标准的机器人 IM 端,很多对象例如 Event 系列的,从理论角度说是可以在 SDK 中复用的。一些可复用项可以先进行评估,决定如何处理兼容性问题。
php-libonebot
例如在 SDK 中快速将事件 JSON 转换为 XXXEvent 对象,左右两端可以使用同样的结构。
The text was updated successfully, but these errors were encountered:
貌似把 Driver 的接口暴露出来,让它可以单独运行,完全可以实现复用。我想之后就可以通过引入 libonebot 来实现框架 3.0。
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
描述
如题所见,
php-libonebot
本项目是面向实现者快速实现 OneBot 标准的机器人 IM 端,很多对象例如 Event 系列的,从理论角度说是可以在 SDK 中复用的。一些可复用项可以先进行评估,决定如何处理兼容性问题。例子
例如在 SDK 中快速将事件 JSON 转换为 XXXEvent 对象,左右两端可以使用同样的结构。
The text was updated successfully, but these errors were encountered: