xwiz/pepipost

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

Laravel 4.2 package for Pepipost

Maintainers

Details

github.com/xwiz/pepipost

Source

Issues

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/xwiz/pepipost

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

This package is not auto-updated.

Last update: 2025-10-06 19:43:55 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
});