2017 © Pedro Peláez
 

library mailinator

laravel package for https://github.com/thepieterdc/mailinator_php

image

hboers/mailinator

laravel package for https://github.com/thepieterdc/mailinator_php

  • Saturday, May 9, 2015
  • by hboers
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

mailinator-laravel

A laravel package for mailinator_php., (*1)

Software License, (*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)

The Versions

09/05 2015

dev-master

9999999-dev

laravel package for https://github.com/thepieterdc/mailinator_php

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar hboers