alexlbr / email
Abstract sender for emails in PHP.
Installs: 1 584
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=5.3
- sendgrid/sendgrid: ~4.0
This package is not auto-updated.
Last update: 2024-11-09 18:59:26 UTC
README
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