2017 © Pedro Peláez
 

library email

Composer-friendly wrapper for CI Email.

image

werx/email

Composer-friendly wrapper for CI Email.

  • Friday, May 27, 2016
  • by joshmoody
  • Repository
  • 2 Watchers
  • 2 Stars
  • 3,278 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 7 Versions
  • 1 % Grown

The README.md

werx/email

Use CodeIgniter's email library outside CodeIgniter., (*1)

Full Documentation at http://ellislab.com/codeigniter/user-guide/libraries/email.html, (*2)

Usage

$email = new \werx\Email\Message();
$email->clear();
$email->from('me@example.com', 'My Name');
$email->to('you@example.com');
$email->subject('your subject line');
$email->attach($attachment, 'attachment', 'filename.html', 'text/html');
$email->message('Message body goes here.');
$email->send();

Installation

This package is installable and autoloadable via Composer as werx/email. If you aren't familiar with the Composer Dependency Manager for PHP, you should read this first., (*3)

$ composer require werx/email --prefer-dist

Testing

There are unit tests available for this package. To run them, you must have MailCatcher installed and running., (*4)

bash $ vendor/bin/phpunit, (*5)

The Versions

27/05 2016

dev-master

9999999-dev https://github.com/werx/email

Composer-friendly wrapper for CI Email.

  Sources   Download

OSL 3.0

The Requires

  • php >= 5.4

 

The Development Requires

by Josh Moody

27/05 2016

1.2.0

1.2.0.0 https://github.com/werx/email

Composer-friendly wrapper for CI Email.

  Sources   Download

OSL 3.0

The Requires

  • php >= 5.4

 

The Development Requires

by Josh Moody

01/05 2015

1.1.0

1.1.0.0 https://github.com/werx/email

Composer-friendly wrapper for CI Email.

  Sources   Download

OSL 3.0

The Requires

  • php >= 5.4

 

The Development Requires

by Josh Moody

23/01 2015

1.0.0

1.0.0.0 https://github.com/werx/email

Composer-friendly wrapper for CI Email.

  Sources   Download

OSL 3.0

The Requires

  • php >= 5.4

 

The Development Requires

by Josh Moody

06/10 2014

0.2.0

0.2.0.0 https://github.com/werx/email

Composer-friendly wrapper for CI Email.

  Sources   Download

OSL 3.0

The Requires

  • php >= 5.4

 

The Development Requires

by Josh Moody

22/08 2014

0.1.0

0.1.0.0 https://github.com/werx/email

Composer-friendly wrapper for CI Email.

  Sources   Download

OSL 3.0

The Requires

  • php >= 5.4

 

The Development Requires

by Josh Moody

21/08 2014

0.0.1

0.0.1.0 https://github.com/werx/email

Composer-friendly wrapper for CI Email.

  Sources   Download

OSL 3.0

The Requires

  • php >= 5.4

 

by Josh Moody