alexwebprog / gmailapi
GMail API
1.0.2
2023-07-05 13:44 UTC
Requires
- php: >=7.4
- google/apiclient: ^2.0
This package is auto-updated.
Last update: 2024-09-05 16:22:36 UTC
README
用于通过服务帐户使用 GMail API 的功能集合
安装
composer require alexwebprog/gmailapi
配置
- 需要按照https://habr.com/ru/post/516408/中描述的步骤配置 G Suite 帐户
- 将服务帐户的 json-密钥复制到 GMail/credentials.json
包内容
- src/GmailAPI.php - 主类,包含与 GMail API 交互的函数集
- examples/clearMailBox.php - 清除指定邮箱中旧消息的示例
- examples/unDeliveredMes.php - 查找和处理未投递邮件报告的示例