Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 534 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 534 Bytes

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