Download the PHP package cccdl/yunxin_sdk without Composer

On this page you can find all versions of the php package cccdl/yunxin_sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package yunxin_sdk

网易云信 SDK for PHP !

主要新特性

更新日志

安装

运行环境要求PHP7.1+。

接口对应文件

文件 方法 说明
Friend.php add() 加好友,两人保持好友关系
Friend.php update() 更新好友相关信息
Friend.php delete() 删除好友
Friend.php get() 获取好友关系【查询某时间点起到现在有更新的双向好友】
Friend.php setSpecialRelation() 设置黑名单/静音
Friend.php listBlackAndMuteList() 设置黑名单/静音
User.php create() 创建网易云通信ID
User.php update() 更新网易云通信token
User.php block() 封禁网易云通信ID
User.php unblock() 解禁网易云通信ID
User.php updateUserInfo() 更新用户名片
User.php getUserInfos() 获取用户名片,可以批量
User.php setDonnop()设置桌面端在线时,移动端是否需要推送
User.php mute() 账号全局禁言
User.php muteAv() 账号全局禁用音视频
Msg.php sendMsg() 发送普通消息
Msg.php sendBatchMsg() 批量发送点对点普通消息
Msg.php sendAttachMsg() 发送自定义系统通知
Msg.php sendBatchAttachMsg() 批量发送点对点自定义系统通知
Msg.php broadcastMsg() 对在应用内的用户发送广播消息
Subscribe.php add() 增加订阅在线状态事件
Subscribe.php delete() 取消在线状态事件订阅
Subscribe.php batchDel() 取消全部在线状态事件订阅
Subscribe.php query() 查询在线状态事件订阅关系
Team.php create() 创建群(高级群)
Team.php add() 拉人进群
Team.php kick() 踢人出群
Team.php batchKick() 批量踢人出群
Team.php remove() 解散群
Team.php update() 编辑群资料
Team.php query() 群信息与成员列表查询
Team.php queryDetail() 获取群组详细信息
Team.php getMarkReadInfo() 获取群组已读消息的已读详情信息
Team.php changeOwner() 移交群主
Team.php addManager() 任命管理员
Team.php removeManager() 移除管理员
Team.php joinTeams() 获取某用户所加入的群信息
Team.php updateTeamNick() 修改群昵称
Team.php muteTeam() 修改消息提醒开关
Team.php muteTlist() 禁言群成员
Team.php leave() 主动退群
Team.php listTeamMute() 获取群组禁言列表
Chatroom.php sendMsg() 发送聊天室消息

快速使用

在您开始之前,您需要注册网易云信并获取您的凭证

文档

网易云信文档中心

问题

提交 Issue,不符合指南的问题可能会立即关闭。

Contributing

You can contribute in one of three ways:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.
  3. Contribute new features or update the wiki.

The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.

License

MIT


All versions of yunxin_sdk with dependencies

PHP Build Version
Package Version
Requires ext-json Version *
ext-zlib Version *
guzzlehttp/guzzle Version ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package cccdl/yunxin_sdk contains the following files

Loading the files please wait ....