2017 © Pedro Peláez
 

library sling

easy to use wrapper around Laravel Mail api

image

thinktomorrow/sling

easy to use wrapper around Laravel Mail api

  • Wednesday, May 9, 2018
  • by BenCavens
  • Repository
  • 6 Watchers
  • 0 Stars
  • 913 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

sling

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

This is an basic wrapper around the Laravel Mailer and provides a chainable api for constructing a mail message. Please note that this package is in development and no stable version has been reached so far., (*2)

Install

Via Composer, (*3)

``` bash $ composer require thinktomorrow/sling, (*4)


## Usage ``` php $sling->to('user@example.com','Ben Cavens') ->from('user@example.com','Ben Cavens') ->subject('This is a mail for you!') ->template('mails.invite') // blade view ->data(['name' => 'Ben Cavens']) // parameters for view ->send();

Change log

Please see CHANGELOG for more information what has changed recently., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please email cavensben@gmail.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

09/05 2018

dev-master

9999999-dev https://github.com/thinktomorrow/sling

easy to use wrapper around Laravel Mail api

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar BenCavens

thinktomorrow sling

09/05 2018

0.2

0.2.0.0 https://github.com/thinktomorrow/sling

easy to use wrapper around Laravel Mail api

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar BenCavens

thinktomorrow sling

03/11 2015

0.1

0.1.0.0 https://github.com/thinktomorrow/sling

easy to use wrapper around Laravel Mail api

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar BenCavens

thinktomorrow sling