PHPackages                             rayful/exmail - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. rayful/exmail

ActiveLibrary

rayful/exmail
=============

1.1(9y ago)044mitPHP

Since Jun 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/rayful/Exmail)[ Packagist](https://packagist.org/packages/rayful/exmail)[ RSS](/packages/rayful-exmail/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Exmail
======

[](#exmail)

腾讯企业邮箱API

Install
-------

[](#install)

`composer require rayful/exmail`

Notice
------

[](#notice)

具体返回参数请查看 [在线文档](docs/OpenAPI.pdf)

Usage
-----

[](#usage)

```

# 初始化
$exmail = new \rayful\Exmail($client_id, $client_secret);

# 获取AuthKey
$authKey = $exmail->getAuthKey($email);

# 单点登录
$link = $exmail->login($email);
