xwiz/pepipost

There is no license information available for the latest version (dev-master) of this package.

Laravel 4.2 package for Pepipost

dev-master 2017-10-20 07:30 UTC

This package is not auto-updated.

Last update: 2024-04-22 12:55:58 UTC


README

Pepipost API Wrapper for Laravel

How to Use

Add the Service Provider and Alias to your app config

Xwiz\Pepipost\PepipostServiceProvider

'Pepipost' => Xwiz\Pepipost\Facades\Pepipost

Use as you would use regular Mail facade. E.g.:

Pepipost::send('email.template', $data, function()
{
    //etc
});