From c76ec2051c7ba3dcc019e14afe675875640c1184 Mon Sep 17 00:00:00 2001 From: Rucheng Tang Date: Mon, 23 Mar 2015 01:46:22 +0800 Subject: [PATCH] Update README.md Add a library of sms sender. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dbe78d9..5fb8c72 100644 --- a/README.md +++ b/README.md @@ -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.*