hboers/mailinator
Composer 安装命令:
composer require hboers/mailinator
包简介
laravel package for https://github.com/thepieterdc/mailinator_php
README 文档
README
A laravel package for mailinator_php.
PHP wrapper for the Mailinator.com API
Token
Create a Mailinator account, login, and find your token at https://www.mailinator.com/settings.jsp
Requirements
You need to have the cURL-extension installed on your server. PHP 5.2 will suffice.
Usage
require 'Mailinator.php'; $mailinator = new Mailinator('my_token'); //Get messages in inbox// print_r($mailinator->fetchInbox('randominbox')); //Get the id by running fetchInbox() first// print_r($mailinator->fetchMail('mail-id'));
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-09