From 117a3df166474a84961b9f0d3ab6a4494a5be281 Mon Sep 17 00:00:00 2001 From: Glen Date: Tue, 5 Jan 2016 06:19:35 -0700 Subject: [PATCH] Sdded CarrierSMS support --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index e7aa9d2a..ad2f8eb8 100755 --- a/README.rst +++ b/README.rst @@ -50,6 +50,10 @@ The following SMS gateways are currently available: Please note: for these gateways you will need an account with sufficient credits. +* CarrierSMS - + +CarrierSMS is free sms messaging using your Mobile Carrier's text messaging gateway. + Download -------- @@ -78,6 +82,10 @@ To be able to run an installation from the repo, you need to run the following c php composer.phar install +If you get "Fatal error: Uncaught exception 'PharException'..." run this and try again: + + curl -s http://getcomposer.org/installer | php + If you are familiar with Vagrant (https://www.vagrantup.com):: vagrant up