程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> 關於PHP編程 >> PHP發短信 PEAR 包:Services_Sms

PHP發短信 PEAR 包:Services_Sms

編輯:關於PHP編程

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/

 

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved