PHP發短信 PEAR 包:Services_Sms
對於這種第三方庫,PHP官方稱之為PEAR,需要按照PEAR標准開發(標准URI)。
PEAR的優勢:一鍵安裝到php/lib/php目錄,require即可使用,很方便。
由於項目要發短信,所以我開發了一個,現在整理開源出來。安裝步驟如下:
pear channel-discover sinkcup.github.io/ sinkcup/Services_Sms
0.0.1版支持下列短信服務商:
移通網絡:http://www.etonenet.com/
短信寶:http://smsbao.com/
互億無限:http://ihuyi.com/
使用步驟:
1、到短信服務商網站注冊一個帳號,比如移通網絡(http://www.etonenet.com/)。
2、demo(參考https://github.com/sinkcup/Services_Sms/blob/master/tests/Services/SmsTest.php):
<? 'Services/Sms.php' = 'spid' => 'foo', 'sppassword' => 'bar', 'apiUriPrefix' => 'http://esms.etonenet.com/', = Services_Sms('etonenet', = ->send('13800138000', 'Hello!樹先生 etonenet'(?>
源代碼:https://github.com/sinkcup/Services_Sms
sinkcup PEAR 頻道:http://sinkcup.github.io/pear/