Browse Source

pull/4/head
Jamie York 12 years ago
parent
commit
af7c80fcd4
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      awesome-php.md

+ 3
- 0
awesome-php.md View File

68
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
68
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
69
 * [Fetch](https://github.com/tedivm/Fetch) - An IMAP library.
69
 * [Fetch](https://github.com/tedivm/Fetch) - An IMAP library.
70
 * [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - An email reply parser library.
70
 * [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - An email reply parser library.
71
+* [Stampie](https://github.com/henrikbjorn/Stampie) - A library for email services such as [SendGrid](http://sendgrid.com), [PostMark](http://postmarkapp.com) and [MailGun](http://www.mailgun.com).
71
 
72
 
72
 ## File
73
 ## File
73
 
74
 
75
 * [Canal](https://github.com/dflydev/dflydev-canal) - A library to determine internet media types.
76
 * [Canal](https://github.com/dflydev/dflydev-canal) - A library to determine internet media types.
76
 * [Apache MIME Types](https://github.com/dflydev/dflydev-apache-mime-types) - A library that parses Apache MIME types.
77
 * [Apache MIME Types](https://github.com/dflydev/dflydev-apache-mime-types) - A library that parses Apache MIME types.
77
 * [Ferret](https://github.com/versionable/Ferret) - A MIME detection library.
78
 * [Ferret](https://github.com/versionable/Ferret) - A MIME detection library.
79
+* [Lurker](https://github.com/henrikbjorn/Lurker) - A resource tracking library.
78
 
80
 
79
 ## Dependency Injection
81
 ## Dependency Injection
80
 
82
 
282
 * [Nod](https://github.com/filp/nod) - A notification library (e.g. Growl).
284
 * [Nod](https://github.com/filp/nod) - A notification library (e.g. Growl).
283
 * [Notificato](https://github.com/wrep/notificato) - A library for handling push notifications.
285
 * [Notificato](https://github.com/wrep/notificato) - A library for handling push notifications.
284
 * [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) - A standalone library for device push notifications.
286
 * [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) - A standalone library for device push notifications.
287
+* [Bernard](https://github.com/henrikbjorn/Bernard) - A structured message library for queues.
285
 
288
 
286
 ## Miscellaneous
289
 ## Miscellaneous
287
 
290
 

Loading…
Cancel
Save