Download the PHP package singiu/neteaseim without Composer

On this page you can find all versions of the php package singiu/neteaseim. 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 neteaseim

对网易云信 IM 服务端 API 接口的 PHP 封装

Latest Stable Version Total Downloads Latest Unstable Version License composer.lock available

只封装了部分接口(其实就是我项目中使用到的接口),所以下载使用前请务必先详细阅读此文档,看看有没有你想要的功能。(当然你也可以自己补充你自己的需求,源码灰常简单的,欢迎发起 Pull request 帮助完善哦 :smirk: )

如果没有你想要的功能,可以在 Issue 上发起需求,我会尽量满足,谢谢支持 :bow:

安装

使用

实例化类需要 appKey 和 appSecret,这两个东西需要云网易云申请。

网易云通信 ID

创建网易通信云 ID

更新网易云通信ID

官网描述:网易云通信ID基本信息更新。 但其实我自己并不太清楚这个接口的用意 :sleeping:,有用的是可以指定修改用户的登录 token。 而 refreshToken 方法是官方后台刷新一个 token 并返回给你。

更新并获取新的 token

这里的 token 指的是网易云通信 ID的登录密码,可以理解为这是修改登录密码的接口。

封禁网易云信 ID

解禁网易云通信 ID

用户名片

获取用户名片

获取单一用户名片资料

获取多个用户名片资料(只要传一个acc_id的数据就行,注意方法名也不一样,多一个 s :smiling_imp: )

更新用户名片

消息功能

发送普通文本消息

发送自定义系统通知

这里的自定义系统通知类似于透传消息。

License

The MIT License (MIT). Please see License File for more information.


All versions of neteaseim with dependencies

PHP Build Version
Package Version
Requires php Version >=5.2.0
paragonie/random_compat Version ^2.0
singiu/http-php Version ^1.0.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 singiu/neteaseim contains the following files

Loading the files please wait ....