repo
stringlengths
7
63
file_url
stringlengths
81
284
file_path
stringlengths
5
200
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:02:33
2026-01-05 05:24:06
truncated
bool
2 classes
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Message/Broadcast/Broadcast.php
RongCloud/Lib/Message/Broadcast/Broadcast.php
<?php /** * Broadcast message */ namespace RongCloud\Lib\Message\Broadcast; use RongCloud\Lib\ConversationType; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class Broadcast { /** * @var string The path of the broadcast message */ private $jsonPath = 'Lib/Message/Broadcast/'; /** * Request co...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Message/System/System.php
RongCloud/Lib/Message/System/System.php
<?php /** * system message */ namespace RongCloud\Lib\Message\System; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class System { /** * @var string System message path */ private $jsonPath = 'Lib/Message/System/'; /** * Request configuration file * * @var string * */ private $conf ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Entrust/Entrust.php
RongCloud/Lib/Entrust/Entrust.php
<?php /** * Information Hosting Module */ namespace RongCloud\Lib\Entrust; use RongCloud\Lib\Entrust\Group\Group; use RongCloud\Lib\Entrust\Group\RemarkName\RemarkName; use RongCloud\Lib\Entrust\Group\Member\Member; use RongCloud\Lib\Entrust\Group\Manager\Manager; use RongCloud\Lib\Utils; use RongCloud\Lib\Request...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Entrust/Group/Group.php
RongCloud/Lib/Entrust/Group/Group.php
<?php /** * Group Information Management Module */ namespace RongCloud\Lib\Entrust\Group; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class Group { /** * Information hosting module path * * @var string */ private $jsonPath = 'Lib/Entrust/'; /** * Request configuration file * * @var str...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Entrust/Group/Member/Member.php
RongCloud/Lib/Entrust/Group/Member/Member.php
<?php /** * Group Information Management - Member Module */ namespace RongCloud\Lib\Entrust\Group\Member; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class Member { /** * Information hosting module path * * @var string */ private $jsonPath = 'Lib/Entrust/'; /** * Request configuration fil...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Entrust/Group/RemarkName/RemarkName.php
RongCloud/Lib/Entrust/Group/RemarkName/RemarkName.php
<?php /** * Group Information Hosting - Backup Naming Module */ namespace RongCloud\Lib\Entrust\Group\RemarkName; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class RemarkName { /** * Information hosting module path * * @var string */ private $jsonPath = 'Lib/Entrust/'; /** * Request confi...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Entrust/Group/Manager/Manager.php
RongCloud/Lib/Entrust/Group/Manager/Manager.php
<?php /** * Group Information Trusteeship - Management Module */ namespace RongCloud\Lib\Entrust\Group\Manager; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class Manager { /** * Information hosting module path * * @var string */ private $jsonPath = 'Lib/Entrust/'; /** * Request configurat...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Conversation/Conversation.php
RongCloud/Lib/Conversation/Conversation.php
<?php /** * Conversation Module * conversation=> hejinyu * Date=> 2018/7/23 * Time=> 11=>41 */ namespace RongCloud\Lib\Conversation; use RongCloud\Lib\ConversationType; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class Conversation { /** * Session module path * * @var string */ ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Chatroom/Chatroom.php
RongCloud/Lib/Chatroom/Chatroom.php
<?php /** * Chatroom */ namespace RongCloud\Lib\Chatroom; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; use RongCloud\Lib\Chatroom\Ban\Ban; use RongCloud\Lib\Chatroom\Block\Block; use RongCloud\Lib\Chatroom\Demotion\Demotion; use RongCloud\Lib\Chatroom\Distribute\Distribute; use RongCloud\Lib\Chatroom\Gag\Gag;...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Chatroom/MuteAllMembers/MuteAllMembers.php
RongCloud/Lib/Chatroom/MuteAllMembers/MuteAllMembers.php
<?php /** * Global mute in the chat room */ namespace RongCloud\Lib\Chatroom\MuteAllMembers; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class MuteAllMembers { /** * Chat room global mute path * * @var string */ private $jsonPath = 'Lib/Chatroom/MuteAllMembers/'; /** * Request configurati...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Chatroom/MuteWhiteList/MuteWhiteList.php
RongCloud/Lib/Chatroom/MuteWhiteList/MuteWhiteList.php
<?php /** * Global chat room ban */ namespace RongCloud\Lib\Chatroom\MuteWhiteList; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class MuteWhiteList { /** * Chatroom global mute path * * @var string */ private $jsonPath = 'Lib/Chatroom/MuteWhiteList/'; /** * Request configuration file * ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Chatroom/Block/Block.php
RongCloud/Lib/Chatroom/Block/Block.php
<?php /** * Chat room ban */ namespace RongCloud\Lib\Chatroom\Block; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class Block { /** * Chat room ban path * * @var string */ private $jsonPath = 'Lib/Chatroom/Block/'; /** * Request configuration file * * @var string */ private $conf = ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Chatroom/Gag/Gag.php
RongCloud/Lib/Chatroom/Gag/Gag.php
<?php /** * Chatroom member ban speech */ namespace RongCloud\Lib\Chatroom\Gag; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class Gag { /** * Chatroom member ban path * * @var string */ private $jsonPath = 'Lib/Chatroom/Gag/'; /** * Request configuration file * * @var string */ pri...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Chatroom/Ban/Ban.php
RongCloud/Lib/Chatroom/Ban/Ban.php
<?php /** * Mute all chatrooms */ namespace RongCloud\Lib\Chatroom\Ban; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class Ban { /** * Global forbidden words path for chat room * * @var string */ private $jsonPath = 'Lib/Chatroom/Ban/'; /** * Request configuration file * * @var string *...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Chatroom/Keepalive/Keepalive.php
RongCloud/Lib/Chatroom/Keepalive/Keepalive.php
<?php /** * Chatroom Keepalive */ namespace RongCloud\Lib\Chatroom\Keepalive; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class Keepalive { /** * Chat room keep-alive path * * @var string */ private $jsonPath = 'Lib/Chatroom/Keepalive/'; /** * Request configuration file * * @var string ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Chatroom/Distribute/Distribute.php
RongCloud/Lib/Chatroom/Distribute/Distribute.php
<?php /** * Chat room message distribution */ namespace RongCloud\Lib\Chatroom\Distribute; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class Distribute { /** * Stop the chat room message distribution path * * @var string */ private $jsonPath = 'Lib/Chatroom/Distribute/'; /** * Request con...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Chatroom/Whitelist/User.php
RongCloud/Lib/Chatroom/Whitelist/User.php
<?php /** * Chat room user whitelist */ namespace RongCloud\Lib\Chatroom\Whitelist; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class User { /** * Chat room whitelist user module path * * @var string */ private $jsonPath = 'Lib/Chatroom/Whitelist/'; /** * Request configuration file * * ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Chatroom/Whitelist/Whitelist.php
RongCloud/Lib/Chatroom/Whitelist/Whitelist.php
<?php /** * Chatroom allowlist */ namespace RongCloud\Lib\Chatroom\Whitelist; use RongCloud\Lib\Chatroom\Whitelist\User; use RongCloud\Lib\Chatroom\Whitelist\Message; class Whitelist { /** * Get the whitelist message object for LianTian * * @return Message */ public function Message(){ return n...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Chatroom/Whitelist/Message.php
RongCloud/Lib/Chatroom/Whitelist/Message.php
<?php /** * Chat room message whitelist */ namespace RongCloud\Lib\Chatroom\Whitelist; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class Message { /** * Chat room message whitelist path * * @var string */ private $jsonPath = 'Lib/Chatroom/Whitelist/'; /** * Request configuration file * ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Chatroom/Demotion/Demotion.php
RongCloud/Lib/Chatroom/Demotion/Demotion.php
<?php /** * Chat room message downgrade */ namespace RongCloud\Lib\Chatroom\Demotion; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class Demotion { /** * Chat room message degradation path * * @var string */ private $jsonPath = 'Lib/Chatroom/Demotion/'; /** * Request configuration file * ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Chatroom/Entry/Entry.php
RongCloud/Lib/Chatroom/Entry/Entry.php
<?php /** * Chat room attributes */ namespace RongCloud\Lib\Chatroom\Entry; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class Entry { /** * Chat room attribute path * * @var string */ private $jsonPath = 'Lib/Chatroom/Entry/'; /** * Request configuration file * * @var string */ pr...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Ultragroup/Ultragroup.php
RongCloud/Lib/Ultragroup/Ultragroup.php
<?php /** * Super cluster module * @author hejinyu */ namespace RongCloud\Lib\Ultragroup; use RongCloud\Lib\Ultragroup\Gag\Gag; use RongCloud\Lib\Ultragroup\MuteAllMembers\MuteAllMembers; use RongCloud\Lib\Ultragroup\MuteWhiteList\MuteWhiteList; use RongCloud\Lib\Ultragroup\Expansion\Expansion; use RongCloud\Lib\Ul...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Ultragroup/MuteAllMembers/MuteAllMembers.php
RongCloud/Lib/Ultragroup/MuteAllMembers/MuteAllMembers.php
<?php /** * Specify a supergroup ban for all members * @author hejinyu */ namespace RongCloud\Lib\Ultragroup\MuteAllMembers; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class MuteAllMembers { /** * Super cluster module path * * @var string */ private $jsonPath = 'Lib/Ultragroup/MuteAllMembers/';...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Ultragroup/MuteWhiteList/MuteWhiteList.php
RongCloud/Lib/Ultragroup/MuteWhiteList/MuteWhiteList.php
<?php /** * Super group ban whitelist * @author hejinyu */ namespace RongCloud\Lib\Ultragroup\MuteWhiteList; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class MuteWhiteList { /** * Super cluster module path * * @var string */ private $jsonPath = 'Lib/Ultragroup/MuteWhiteList/'; /** * Reque...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Ultragroup/Gag/Gag.php
RongCloud/Lib/Ultragroup/Gag/Gag.php
<?php /** * Super group ban * @author hejinyu */ namespace RongCloud\Lib\Ultragroup\Gag; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class Gag { /** * Super cluster module path * * @var string */ private $jsonPath = 'Lib/Ultragroup/Gag/'; /** * Request configuration file * * @var string ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Ultragroup/Expansion/Expansion.php
RongCloud/Lib/Ultragroup/Expansion/Expansion.php
<?php /** * Super group message extension */ namespace RongCloud\Lib\Ultragroup\Expansion; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class Expansion { /** * @var string Message Extension */ private $jsonPath = 'Lib/Ultragroup/Expansion/'; /** * Request configuration file * * @var stri...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Ultragroup/Notdisturb/Notdisturb.php
RongCloud/Lib/Ultragroup/Notdisturb/Notdisturb.php
<?php namespace RongCloud\Lib\Ultragroup\Notdisturb; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; /** * Super anti-interference */ class Notdisturb { /** * Super cluster module path * * @var string */ private $jsonPath = 'Lib/Ultragroup/Notdisturb/'; /** * Request configuration file * * @...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/Lib/Ultragroup/BusChannel/BusChannel.php
RongCloud/Lib/Ultragroup/BusChannel/BusChannel.php
<?php /** * Super group channel * @author hejinyu */ namespace RongCloud\Lib\Ultragroup\BusChannel; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class BusChannel { /** * Super cluster module path * * @var string */ private $jsonPath = 'Lib/Ultragroup/BusChannel/'; /** * Request configuratio...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Group/MuteWhiteList.php
RongCloud/example/Group/MuteWhiteList.php
<?php /** * Group ban whitelist whitelist instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add group blocklist */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $group = [ 'id'=> 'php g...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Group/Group.php
RongCloud/example/Group/Group.php
<?php /** * Group module */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Group information synchronization */ function sync() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $group = [ 'id'=> 'uPj70HUrRSUk-ixt...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Group/Gag.php
RongCloud/example/Group/Gag.php
<?php /** * Group ban example */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add group ban words */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $group = [ 'id'=> 'php group1',// Group ID ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Group/Remark.php
RongCloud/example/Group/Remark.php
<?php /** * Group module group annotation */ require "./../../RongCloud.php"; define("APPKEY", ''); define("APPSECRET", ''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add group annotation */ function set() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $group = [ 'userId'=> 'ujadk90h...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Group/MuteAllMembers.php
RongCloud/example/Group/MuteAllMembers.php
<?php /** * Specify the group-wide ban instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add group ban */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $group = [ 'id'=> 'php group1',//...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Push/Push.php
RongCloud/example/Push/Push.php
<?php /** * Push instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define("APPSECRET", ''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Broadcast Message */ function broadcast() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $sensitive = [ 'platform'=> ['ios','android'...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/User/MuteGroups.php
RongCloud/example/User/MuteGroups.php
<?php /** * Global group ban instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add group ban */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $group = [ 'members'=>[// Forbidden person...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/User/Tag.php
RongCloud/example/User/Tag.php
<?php /** * User Module User Tag */ require "./../../RongCloud.php"; define("APPKEY", ''); define("APPSECRET", ''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add user tag */ function set() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $user = [ 'userId'=> 'ujadk90ha1',// User ID ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/User/Profile.php
RongCloud/example/User/Profile.php
<?php /** * User Module User Label */ require "./../../RongCloud.php"; define("APPKEY", ''); define("APPSECRET", ''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * User profile settings */ function set() { $RongSDK = new RongCloud(APPKEY, APPSECRET); $params = [ 'userId' => 'ujadk90ha...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/User/User.php
RongCloud/example/User/User.php
<?php /** * User module user instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET', ''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * User registration */ function register() { // Connect to the Singapore data center // RongCloud::$apiUrl = ['http://api.sg-lig...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/User/Whitelist.php
RongCloud/example/User/Whitelist.php
<?php /** * User module whitelist instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add to whitelist */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $user = [ 'id'=> 'ujadk90ha',// Use...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/User/BlockPushPeriod.php
RongCloud/example/User/BlockPushPeriod.php
<?php /** * User module no disturbance period */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add a Do Not Disturb period */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $user = [ 'id'=> 'uja...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/User/Blacklist.php
RongCloud/example/User/Blacklist.php
<?php /** * User module blacklist instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add to blacklist */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $user = [ 'id'=> 'ujadk90ha',// Use...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/User/Ban.php
RongCloud/example/User/Ban.php
<?php /** * User module whitelist instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET', ''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Set user single chat ban */ function set() { $RongSDK = new RongCloud(APPKEY, APPSECRET); $user = [ 'id' => ['kkj...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/User/Onlinestatus.php
RongCloud/example/User/Onlinestatus.php
<?php /** * User Module User Online Status */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Online status */ function check() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $user = [ 'id'=> 'ujadk90hadsdfasdf'...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/User/Block.php
RongCloud/example/User/Block.php
<?php /** * User module User ban instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * banned user */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $user = [ 'id'=> 'ujadk90ha1',// User ID ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/User/MuteChatrooms.php
RongCloud/example/User/MuteChatrooms.php
<?php /** * Chatroom member banned words */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add chat room member mute */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $chatroom = [ 'members'=> [ ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/User/Remark.php
RongCloud/example/User/Remark.php
<?php /** * User module user remarks */ require "./../../RongCloud.php"; define("APPKEY", ''); define("APPSECRET", ''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add user remarks */ function set() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $user = [ 'userId'=> 'ujadk90ha1',// Use...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Sensitive/Sensitive.php
RongCloud/example/Sensitive/Sensitive.php
<?php /** * Sensitive word example */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET', ''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add sensitive words */ function add() { $RongSDK = new RongCloud(APPKEY, APPSECRET); $sensitive = [ 'replace' => '***',//...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Message/History.php
RongCloud/example/Message/History.php
<?php /** * Message module history message instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Historical message retrieval */ function get() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $message = [ '...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Message/Expansion.php
RongCloud/example/Message/Expansion.php
<?php /** * Message module two-person message instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET', ''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Two-person message sending */ function set() { // Connect to the Singapore Data Center // RongCloud::$apiUrl ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Message/Broadcast.php
RongCloud/example/Message/Broadcast.php
<?php /** * Message module broadcast message */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Broadcast message recall */ function recall() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $message = [ 'senderId...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Message/Chatroom.php
RongCloud/example/Message/Chatroom.php
<?php /** * Message module chat room message instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Send messages in the chat room */ function send() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $message = [ ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Message/System.php
RongCloud/example/Message/System.php
<?php /** * Message module system message module */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET', ''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * System message delivery */ function send() { $RongSDK = new RongCloud(APPKEY, APPSECRET); $message = [ 'sen...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Message/Group.php
RongCloud/example/Message/Group.php
<?php /** * Message module group message instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Group message sending */ function send() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $message = [ 'senderId...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Message/Person.php
RongCloud/example/Message/Person.php
<?php /** * Message Module Two-Person Message Instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Two-person message sending */ function send() { //Connect to Singapore Data Center //RongCloud::$apiUrl = ['http...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Message/Ultragroup.php
RongCloud/example/Message/Ultragroup.php
<?php /** * Message module super group message instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Super group message delivery */ function send() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $message = [ ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Entrust/GroupManager.php
RongCloud/example/Entrust/GroupManager.php
<?php /** * Group Information Management - Management Module Testing */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET', ''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Set group administrator (Add group administrator) */ function add() { $RongSDK = new RongCloud(APPKEY...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Entrust/GroupRemarkName.php
RongCloud/example/Entrust/GroupRemarkName.php
<?php /** * Group Information Hosting - Annotation Module Testing */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET', ''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Set the user-specified group name remark */ function remarkNameSet() { $RongSDK = new RongCloud(APPKEY, ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Entrust/GroupMember.php
RongCloud/example/Entrust/GroupMember.php
<?php /** * Group Information Hosting - Member Module Testing */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET', ''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Set group member information */ function set() { $RongSDK = new RongCloud(APPKEY, APPSECRET); $param = [...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Entrust/Group.php
RongCloud/example/Entrust/Group.php
<?php /** * Group information module test */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET', ''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Create a group */ function create() { $RongSDK = new RongCloud(APPKEY, APPSECRET); $param = [ 'groupId' => 'RC_GROU...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Conversation/Conversation.php
RongCloud/example/Conversation/Conversation.php
<?php /** * Conversation example */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Set user's session screen to Push */ function mute() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $conversation = [ 'type'=> '...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Chatroom/Distribute.php
RongCloud/example/Chatroom/Distribute.php
<?php /** * Chat room message distribution */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Stop chat room message distribution */ function stop() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $chatroom = [ ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Chatroom/MuteWhiteList.php
RongCloud/example/Chatroom/MuteWhiteList.php
<?php /** * Chatroom full ban whitelist */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add the chat room's entire ban list to the whitelist */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $chatroom ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Chatroom/Chatroom.php
RongCloud/example/Chatroom/Chatroom.php
<?php /** * chatroom */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Create a chat room */ function create() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $chatroom = [ ['id'=> 'phpchatroom4',// Chat room I...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Chatroom/Demotion.php
RongCloud/example/Chatroom/Demotion.php
<?php /** * Chat room message downgrade */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add in-app chat room downgrade message */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $chatroom = [ 'm...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Chatroom/Ban.php
RongCloud/example/Chatroom/Ban.php
<?php /** * Mute all chatrooms */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add global chat room ban */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $chatroom = [ 'members'=> [ ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Chatroom/Gag.php
RongCloud/example/Chatroom/Gag.php
<?php /** * Chatroom member banned speech */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add chat room member mute */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $chatroom = [ 'id'=> 'chatr...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Chatroom/Entry.php
RongCloud/example/Chatroom/Entry.php
<?php /** * Chat room property settings */ use RongCloud\Lib\Utils; use RongCloud\RongCloud; require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET', ''); /** * Set chat room attributes (KV) */ function set() { $RongSDK = new RongCloud(APPKEY, APPSECRET); // Create a chat room $Ro...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Chatroom/Block.php
RongCloud/example/Chatroom/Block.php
<?php /** * Chat room personnel ban */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add ban */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $chatroom = [ 'id'=> 'OIBbeKlkx',// Chat room id ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Chatroom/Keepalive.php
RongCloud/example/Chatroom/Keepalive.php
<?php /** * Chatroom Keepalive */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add a chat room for live conversations */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $chatroom = [ 'id'=> "Txt...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Chatroom/MuteAllMembers.php
RongCloud/example/Chatroom/MuteAllMembers.php
<?php /** * Chatroom-wide ban */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add a chat room-wide ban */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $chatroom = [ "id"=>"chatroom" ]; ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Chatroom/Whitelist/User.php
RongCloud/example/Chatroom/Whitelist/User.php
<?php /** * Chat Room Module User Whitelist Instance */ require "./../../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add chat room user whitelist */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $chatroom = [ ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Chatroom/Whitelist/Message.php
RongCloud/example/Chatroom/Whitelist/Message.php
<?php /** * Chat room message whitelist instance */ require "./../../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add chat room message whitelist */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $chatroom = [ ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Ultragroup/Expansion.php
RongCloud/example/Ultragroup/Expansion.php
<?php /** * Supercluster module supercluster expansion message */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; $RongSDK = new RongCloud(APPKEY,APPSECRET); /** * Message Sending */ function set() { // Connect to Singapore Da...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Ultragroup/MuteWhiteList.php
RongCloud/example/Ultragroup/MuteWhiteList.php
<?php /** * Super group ban whitelist whitelist instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add super group ban whitelist */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $group = [ ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Ultragroup/Notdisturb.php
RongCloud/example/Ultragroup/Notdisturb.php
<?php /** * Supergroup mute notifications */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Set super group do not disturb */ function set() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $group = [ 'id'=> 'php...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Ultragroup/BusChannel.php
RongCloud/example/Ultragroup/BusChannel.php
<?php /** * Super group channel instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Super group channel creation */ function create() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $group = [ 'id'=> 'php...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Ultragroup/Gag.php
RongCloud/example/Ultragroup/Gag.php
<?php /** * Supergroup ban example */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Add super group ban speech */ function add() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $group = [ 'id'=> 'phpgroup1',// ...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Ultragroup/MuteAllMembers.php
RongCloud/example/Ultragroup/MuteAllMembers.php
<?php /** * Specify a supergroup member ban instance */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Set supergroup ban */ function set() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $group = [ 'id'=> 'phpg...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
rongcloud/server-sdk-php
https://github.com/rongcloud/server-sdk-php/blob/590bd7c0699a341347a180147fc96509393bb9d4/RongCloud/example/Ultragroup/Ultragroup.php
RongCloud/example/Ultragroup/Ultragroup.php
<?php /** * Super cluster module */ require "./../../RongCloud.php"; define("APPKEY", ''); define('APPSECRET',''); use RongCloud\RongCloud; use RongCloud\Lib\Utils; /** * Create a super group */ function create() { $RongSDK = new RongCloud(APPKEY,APPSECRET); $group = [ 'id'=> 'phpgroup1',// Supe...
php
MIT
590bd7c0699a341347a180147fc96509393bb9d4
2026-01-05T05:06:12.177745Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/.github/scripts/translation/extractTranslationFromSql.php
.github/scripts/translation/extractTranslationFromSql.php
#!/usr/bin/env php <?php # $PHP $BASE_DIR/extractTranslationFromSql.php > $BASE_DIR_PROJECT/www/install/menu_translation.php if ($argc < 2) { echo "Usage: php {$argv[0]} <SQL file to analyse>\n"; exit(1); } if (is_file($_SERVER['argv'][1])) { $file = $_SERVER['argv'][1]; } else { echo "{$argv[1]} if ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/.github/scripts/translation/extractTranslationFromTypescript.php
.github/scripts/translation/extractTranslationFromTypescript.php
#!/usr/bin/env php <?php // extensions of ReactJS files, used when going through a directory $extensions = ['ts', 'tsx']; // rips gettext strings from $file and prints them in C format function do_file($file) { $content = @file_get_contents($file); if (empty($content)) { return; } preg_match...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/.github/scripts/translation/extractTranslationFromDashboardProperties.php
.github/scripts/translation/extractTranslationFromDashboardProperties.php
#!/usr/bin/env php <?php /** * Function to extract strings to translate from Dashboard widgets properties.json files */ function extractValues($array, $keys = ["title", "description", "label", "secondaryLabel", "name"], &$results = []) { foreach ($array as $key => $value) { if (in_array($key, $keys) && i...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/.github/scripts/translation/extractTranslationFromSmartyTemplate.php
.github/scripts/translation/extractTranslationFromSmartyTemplate.php
#!/usr/bin/env php <?php /** * tsmarty2c.php - rips gettext strings from smarty template * * ------------------------------------------------------------------------- * * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU Lesser General Public ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/.github/docker/install-centreon-module.php
.github/docker/install-centreon-module.php
#!/usr/bin/env php <?php function help() { echo "install-centreon-module.php -b <bootstrap_file> -m <module_name> [-h]\n\n"; } $options = getopt("b:m:hu"); if (isset($options['h']) && false === $options['h']) { help(); exit(0); } if (false === isset($options['b']) || false === isset($options['m'])) { ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/.github/docker/centreon-web/scripts/install-centreon-widget.php
.github/docker/centreon-web/scripts/install-centreon-widget.php
#!/usr/bin/env php <?php function help() { echo "install-centreon-widget.php -b <bootstrap_file> -w <widget_name> [-h]\n\n"; } $options = getopt("b:w:hu"); if (isset($options['h']) && false === $options['h']) { help(); exit(0); } if (false === isset($options['b']) || false === isset($options['w'])) { ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/php-tools/.php-cs-fixer.php
php-tools/.php-cs-fixer.php
<?php /* * Copyright 2005 - 2025 Centreon (https://www.centreon.com/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/php-tools/rector.php
php-tools/rector.php
<?php /* * Copyright 2005 - 2025 Centreon (https://www.centreon.com/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/php-tools/php-cs-fixer/src/PhpCsFixerRuleSet.php
php-tools/php-cs-fixer/src/PhpCsFixerRuleSet.php
<?php /* * Copyright 2005 - 2025 Centreon (https://www.centreon.com/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/php-tools/php-cs-fixer/src/Command/RunCsFixerOnDiffCommand.php
php-tools/php-cs-fixer/src/Command/RunCsFixerOnDiffCommand.php
<?php /* * Copyright 2005 - 2025 Centreon (https://www.centreon.com/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/php-tools/php-cs-fixer/src/Command/RunCsFixerOnDiffCommandHandler.php
php-tools/php-cs-fixer/src/Command/RunCsFixerOnDiffCommandHandler.php
<?php /* * Copyright 2005 - 2025 Centreon (https://www.centreon.com/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/php-tools/php-cs-fixer/config/base.strict.php
php-tools/php-cs-fixer/config/base.strict.php
<?php /* * Copyright 2005 - 2025 Centreon (https://www.centreon.com/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/php-tools/php-cs-fixer/config/base.unstrict.php
php-tools/php-cs-fixer/config/base.unstrict.php
<?php /* * Copyright 2005 - 2025 Centreon (https://www.centreon.com/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/php-tools/rector/src/Command/RunRectorOnDiffCommandHandler.php
php-tools/rector/src/Command/RunRectorOnDiffCommandHandler.php
<?php /* * Copyright 2005 - 2025 Centreon (https://www.centreon.com/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/php-tools/rector/src/Command/RunRectorOnDiffCommand.php
php-tools/rector/src/Command/RunRectorOnDiffCommand.php
<?php /* * Copyright 2005 - 2025 Centreon (https://www.centreon.com/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/php-tools/rector/config/centreon.bootstrap.php
php-tools/rector/config/centreon.bootstrap.php
<?php /* * Copyright 2005 - 2025 Centreon (https://www.centreon.com/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/php-tools/rector/config/base.strict.php
php-tools/rector/config/base.strict.php
<?php /* * Copyright 2005 - 2025 Centreon (https://www.centreon.com/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/php-tools/rector/config/rules.unstrict.php
php-tools/rector/config/rules.unstrict.php
<?php /* * Copyright 2005 - 2025 Centreon (https://www.centreon.com/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/php-tools/rector/config/base.unstrict.php
php-tools/rector/config/base.unstrict.php
<?php /* * Copyright 2005 - 2025 Centreon (https://www.centreon.com/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/php-tools/phpstan/src/AbsolutePathErrorFormatter.php
php-tools/phpstan/src/AbsolutePathErrorFormatter.php
<?php /* * Copyright 2005 - 2025 Centreon (https://www.centreon.com/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false
centreon/centreon
https://github.com/centreon/centreon/blob/6ae83001e94de0a4cec11e084780fcfa63f1c985/php-tools/phpstan/src/CustomRules/CentreonRuleErrorBuilder.php
php-tools/phpstan/src/CustomRules/CentreonRuleErrorBuilder.php
<?php /* * Copyright 2005 - 2025 Centreon (https://www.centreon.com/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
php
Apache-2.0
6ae83001e94de0a4cec11e084780fcfa63f1c985
2026-01-05T04:45:18.914281Z
false