2017 © Pedro Peláez
 

library monolog-mailgun

A Monolog Handler for SMS messaging services such as Plivo and Twilio.

image

tylercd100/monolog-mailgun

A Monolog Handler for SMS messaging services such as Plivo and Twilio.

  • Wednesday, April 27, 2016
  • by tylercd100
  • Repository
  • 2 Watchers
  • 3 Stars
  • 50,515 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 9 % Grown

The README.md

Monolog Mailgun Handler

Latest Version Software License Build Status Scrutinizer Code Quality Code Coverage Dependency Status Total Downloads, (*1)

A Monolog Handler for Mailgun, (*2)

Installation

Install via composer - In the terminal:, (*3)

composer require tylercd100/monolog-mailgun

Usage

use Tylercd100\Monolog\Handler\MailgunHandler;

$to      = "to@test.com";
$from    = "from@test.com";
$subject = "Test Email!";
$token   = "1onfifaln234nfkdo02";
$domain  = "test.com";

$handler = new MailgunHandler($to, $subject, $from, $token, $domain);
$logger  = new Monolog\Logger('mailgun.example');
$logger->pushHandler($handler);
$logger->addCritical("Foo Bar!");

The Versions

27/04 2016

dev-master

9999999-dev https://github.com/tylercd100/monolog-mailgun

A Monolog Handler for SMS messaging services such as Plivo and Twilio.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

monolog mailgun tylercd100 monolog handler

27/04 2016

2.0.0

2.0.0.0 https://github.com/tylercd100/monolog-mailgun

A Monolog Handler for SMS messaging services such as Plivo and Twilio.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

monolog mailgun tylercd100 monolog handler

26/04 2016

1.0.0

1.0.0.0 https://github.com/tylercd100/monolog-mailgun

A Monolog Handler for SMS messaging services such as Plivo and Twilio.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tyler Arbon

monolog mailgun tylercd100 monolog handler