alexlbr/email

Abstract sender for emails in PHP.

Maintainers

Details

github.com/alexlbr/Email

Source

Issues

Installs: 1 586

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

pkg:composer/alexlbr/email

1.0.10 2015-12-15 11:19 UTC

This package is not auto-updated.

Last update: 2025-09-28 00:03:00 UTC


README

SensioLabsInsight

Email PHP library

This library aims to create a standardized way to send emails using different providers, at the moment the only implemented provider is SendGrid

If you want to create an adapter for any email library just create a folder under Mailer and implement the MailerInterface in your Mailer class.

Install

$ composer require alexlbr/email "~1"

Usage

TODO