Skip to content

Commit e96c363

Browse files
committedMay 9, 2014
Add SMS support
Summary: Provides a working SMS implementation with support for Twilio. This version doesn't really retry if we get any gruff at all. Future versions should retry. Test Plan: used bin/sms to send messages and look at them. Reviewers: chad, epriestley Reviewed By: epriestley Subscribers: aurelijus, epriestley, Korvin Maniphest Tasks: T920 Differential Revision: https://secure.phabricator.com/D8930
1 parent e6aff10 commit e96c363

File tree

168 files changed

+15598
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+15598
-0
lines changed
 

‎bin/sms

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../scripts/sms/manage_sms.php

‎externals/twilio-php/AUTHORS.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Authors
2+
=======
3+
4+
A huge thanks to all of our contributors:
5+
6+
7+
- =noloh
8+
- Adam Ballai
9+
- Alex Chan
10+
- Alex Rowley
11+
- Brett Gerry
12+
- Bulat Shakirzyanov
13+
- Chris Barr
14+
- D Keith Casey Jr
15+
- D. Keith Casey, Jr.
16+
- Doug Black
17+
- John Britton
18+
- Jordi Boggiano
19+
- Keith Casey
20+
- Kevin Burke
21+
- Kyle
22+
- Kyle Conroy
23+
- Luke Waite
24+
- Neuman
25+
- Neuman Vong
26+
- Peter Meth
27+
- Ryan Brideau
28+
- Sam Kimbrel
29+
- Shawn Parker
30+
- Stuart Langley
31+
- Taichiro Yoshida
32+
- Trenton McManus
33+
- aaronfoss
34+
- sashalaundy
35+
- till

0 commit comments

Comments
 (0)
Failed to load comments.