Skip to content

Eperimentation and preparation for my talk "You should really be using Monolog"

Notifications You must be signed in to change notification settings

PHPDX/monolog-experiments

Repository files navigation

monolog-experiments

Examples of using some of the specialized handlers, processors, and formatters provided by monolog.

author: Will Vaughn
github: nackjicholson
twitter: @nackjicholsonn

For the email ones you'll need mail() for php to work from your mac. Which is downright impossible. I recommend just deploying this code to a box with mail setup correctly, frankly deploying is easier than wrangling with Mac OSX. I uploaded this to a fairly default Amazon Linux instance on EC2 and it works okay.

To run these:

git clone [email protected]:PHPDX/monolog-experiments.git
cd monolog-experiments
curl -sS https://getcomposer.org/installer | php
php composer.phar install
php multipleStreams.php

About

Eperimentation and preparation for my talk "You should really be using Monolog"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages