Download the PHP package highras/rtm without Composer
On this page you can find all versions of the php package highras/rtm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package rtm
Short Description php-sdk for RTM
License proprietary
Homepage https://github.com/highras/rtm-server-sdk-php
Informations about the package rtm
rtm-server-sdk-php
Requirements
-
PHP >= 5.4
-
ext-mcrypt
-
ext-gmp
- ext-msgpack
Installations
The preferred way to install this sdk is through composer.
Note: Check the composer.json for this SDK's requirements and dependencies. Read this web tip /wiki on setting the
minimum-stability
settings for your application's composer.json.
Either run
or add
to the section of your composer.json
file.
Notice
- Before using the SDK, please make sure the server time is correct, RTM-Server will check whether the signature time has expired
API
-
__construct($pid, $secretKey, $endpoint, $timeout = 5000, $autoReconnect = true)
: RTMServerClient Constructpid
: (int) Project IDsecretKey
: (string) Secret keyendpoint
: (string) Server endpointtimeout
: (int) connection timeout(ms)autoReconnect
: (bool) support auto reconnect
-
enableEncryptor($peerPubData)
: Enable encrypted connectionpeerPubData
: (string) Certificate content
enableEncryptorByFile($file)
: Enable encrypted connectionfile
: (string) Certificate file path
Token Functions
Please refer Token Functions
User Functions
Please refer User Functions
Room Functions
Please refer Room Functions
Group Functions
Please refer Group Functions
Friend Functions
Please refer Friend Functions
Message Functions
Please refer Message Functions
Chat Functions
Please refer Chat Functions
File Functions
Please refer File Functions
Device Functions
Please refer Device Functions
Data Functions
Please refer Data Functions
RTC Functions
Please refer RTC Functions
Error Codes
Please refer RTM Error Codes
Please refer FPNN Error Codes