Download the PHP package light/easemob without Composer
On this page you can find all versions of the php package light/easemob. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download light/easemob
More information about light/easemob
Files in light/easemob
Download light/easemob
More information about light/easemob
Files in light/easemob
Please rate this library. Is it a good library?
Informations about the package easemob
Easemob SDK
Easemob Restful Api SDK for PHP.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
用户系统
- 注册单个用户
$user->register(['username' => 11, 'password' => 'password'])
- 注册多个用户
$user->register([['username' => 1, 'password' => 'password'], ['username' => 2, 'password' => 'password'])
- 获取单个用户
$user->one(1)
- 获取所有用户
$user->all(/*$cursor*//*, $limit = 20*/)
- 删除单个用户
$user->remove(1)
- 删除多个用户
$user->batchRemove(/*$count = 100*/)
...
消息系统
....
License
All versions of easemob with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
guzzlehttp/guzzle Version ~6.1
monolog/monolog Version ^1.17
pimple/pimple Version ~3.0
doctrine/cache Version ~1.6
psr/log Version ~1.0
guzzlehttp/guzzle Version ~6.1
monolog/monolog Version ^1.17
pimple/pimple Version ~3.0
doctrine/cache Version ~1.6
psr/log Version ~1.0
The package light/easemob contains the following files
Loading the files please wait ....