mailinator-laravel
A laravel package for mailinator_php., (*1)
, (*2)
PHP wrapper for the Mailinator.com API, (*3)
Token
Create a Mailinator account, login, and find your token at https://www.mailinator.com/settings.jsp, (*4)
Requirements
You need to have the cURL-extension installed on your server. PHP 5.2 will suffice., (*5)
Usage
``` php
require 'Mailinator.php';
$mailinator = new Mailinator('my_token');, (*6)
//Get messages in inbox//
print_r($mailinator->fetchInbox('randominbox'));, (*7)
//Get the id by running fetchInbox() first//
print_r($mailinator->fetchMail('mail-id'));
```, (*8)
License
The MIT License (MIT). Please see License File for more information., (*9)