Download the PHP package leo108/qq-exmail without Composer

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

qq-exmail

新版 QQ 企业邮箱接口 SDK,接口文档 https://exmail.qq.com/qy_mng_logic/doc#10001

安装

composer require leo108/qq-exmail -vvv

快速开始

构造函数

配置项

异常

本项目中所有的异常均继承自 Leo108\QQExmail\Core\Exceptions\QQExmailException

API 列表

部门管理

创建部门 https://exmail.qq.com/qy_mng_logic/doc#10008

更新部门 https://exmail.qq.com/qy_mng_logic/doc#10009

删除部门 https://exmail.qq.com/qy_mng_logic/doc#10010

获取部门列表 https://exmail.qq.com/qy_mng_logic/doc#10011

查找部门 https://exmail.qq.com/qy_mng_logic/doc#10012

成员管理

创建成员 https://exmail.qq.com/qy_mng_logic/doc#10014

更新成员 https://exmail.qq.com/qy_mng_logic/doc#10015

删除成员 https://exmail.qq.com/qy_mng_logic/doc#10016

获取成员 https://exmail.qq.com/qy_mng_logic/doc#10017

获取部门成员 https://exmail.qq.com/qy_mng_logic/doc#10018

获取部门成员(详情) https://exmail.qq.com/qy_mng_logic/doc#10019

批量检查帐号 https://exmail.qq.com/qy_mng_logic/doc#10020

邮件群组管理

创建邮件群组 https://exmail.qq.com/qy_mng_logic/doc#10022

更新邮件群组 https://exmail.qq.com/qy_mng_logic/doc#10023

删除邮件群组 https://exmail.qq.com/qy_mng_logic/doc#10024

获取邮件群组信息 https://exmail.qq.com/qy_mng_logic/doc#10025

功能设置

获取功能属性 https://exmail.qq.com/qy_mng_logic/doc#10047

更改功能属性 https://exmail.qq.com/qy_mng_logic/doc#10048

系统日志

查询邮件概况 https://exmail.qq.com/qy_mng_logic/doc#10027

查询邮件 https://exmail.qq.com/qy_mng_logic/doc#10028

查询成员登录 https://exmail.qq.com/qy_mng_logic/doc#10029

查询批量任务 https://exmail.qq.com/qy_mng_logic/doc#10030

查询操作记录 https://exmail.qq.com/qy_mng_logic/doc#10031

新邮件提醒

获取邮件未读数 https://exmail.qq.com/qy_mng_logic/doc#10033

获取邮件未读数(回调模式)尚未实现

单点登录

获取登录企业邮的url https://exmail.qq.com/qy_mng_logic/doc#10036

其他

本项目是基于我的另外一个开源项目 php_sdk_skeleton 开发的。 通过 php_sdk_skeleton 可以快速构建基于 Http API 的 SDK。

License

MIT.


All versions of qq-exmail with dependencies

PHP Build Version
Package Version
Requires leo108/php_sdk_skeleton Version ^0.0.1
psr/simple-cache Version ^1.0
cache/array-adapter Version ^1.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 leo108/qq-exmail contains the following files

Loading the files please wait ....