pear2 / Mail_Queue

A PHP 5.3 compatible Mail_Queue port.

Home Page:http://pear.php.net/Mail_Queue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mail_Queue

A PHP5 port of the Mail_Queue package.

The API is very similar except for:

  • PHP 5.3 minimum (new \PEAR2\Mail\Queue(...);)
  • visibility of all methods is enforced
  • no dependency on PEAR
  • throws exceptions in most cases
  • non-fatal error are still with hasErrors() and getErrors()

Install

Until I get to PEAR2, just use composer.

TODO

  • add a container for Doctrine2 (ORM or DBAL?)
  • add support for Swiftmailer
  • investigate better queues than RDBMS

About

A PHP 5.3 compatible Mail_Queue port.

http://pear.php.net/Mail_Queue


Languages

Language:PHP 100.0%