定制 rubi/lib 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

rubi/lib

最新稳定版本:v1.0.0

Composer 安装命令:

composer require rubi/lib

包简介

A simple and lightweight client for connecting to Rubika and Shad messaging platforms, designed for easy integration and efficient setup of user-friendly applications. This library provides essential functionalities for sending and receiving messages, managing user sessions, and ensuring smooth comm

README 文档

README


Total Downloads Latest Stable Version License Stars Release Tag Files count Files size Discussions Sponsors Created-at

Description

  • Rubi/lib is a PHP Library for interaction with rubika (social network)

Installation

composer require rubi/lib:dev-main

Usage

set_time_limit(0);
require_once __DIR__ . '/vendor/autoload.php';

use rubi\rubika;

$account = new rubika(989123456789); // Only without zero and with area code 98
$account->onUpdate(function ($update = []) use ($account) {
    if (isset($update['message_updates'])) {
        $message = $update['message_updates'];
        // other code
    }
});

Example

  • coming soon...

About Us

  • This library can be used for easy interaction with Rubika just like official applications. support

Disclaimer

This library is free and can not be sold.

The responsibility for using this library lies with the individual

License

  • Rubika-PHP is licensed under the MIT License - see the LICENSE file for details

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-10