thecodingcompany/googlemail
Composer 安装命令:
composer require thecodingcompany/googlemail
包简介
Google Mail client class for PHP 5.6
README 文档
README
Google Mail class for PHP5.6+ to download all attachments. Easy extendable to download complete emails.
Made available by The Coding Company
Build by: Victor Angelier <vangelier \u0040 hotmail.com>
#Install/Composer
Easy: composer require thecodingcompany/googlemail
#Example
chmod 0777 public/data
require_once("GoogleMail.php");
$mail = new CodingCompany\GoogleMail("my@gmail.com", "Very$ecretPassword");
$mail->read_mailbox();
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-12