Update README.md

Add a library of sms sender.
This commit is contained in:
Rucheng Tang 2015-03-23 01:46:22 +08:00
parent d93f648b34
commit c76ec2051c

View File

@ -20,6 +20,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
- [Middlewares](#middlewares)
- [URL](#url)
- [Email](#email)
- [Sms] (#sms)
- [Files](#files)
- [Streams](#streams)
- [Dependency Injection](#dependency-injection)
@ -197,6 +198,11 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Stampie](https://github.com/henrikbjorn/Stampie) - A library for email services such as [SendGrid](http://sendgrid.com), [PostMark](http://postmarkapp.com), [MailGun](http://www.mailgun.com) and [Mandrill](http://www.mandrill.com).
* [CssToInlineStyles](https://github.com/tijsverkoyen/CssToInlineStyles) - A library to inline CSS in email templates.
## Sms
*Libraries for sending sms.*
* [SmsSender](https://github.com/Carpe-Hora/SmsSender) - A sms sender.
## Files
*Libraries for file manipulation and MIME type detection.*