CodeIgniter 透過 Nexmo 傳送簡訊 Mobile Messaging 之後,該版本只有支援簡訊傳送功能,如果大家想測試,可以上 Nexmo 官網申請帳號,就可以使用了,不過在官網 Documentation 裡面有新增了 Developer API 部份,這次改版就一次把全部加入到 Library 裡面。
- Account: Get Balance
- Account: Get Pricing
- Account: Settings
- Account: Numbers
- Number: Search
- Number: Buy
- Number: Cancel 開發過程碰到 Account: Settings 部份沒辦法 Update,所以跟國外官方開發者溝通之後,官方終於把 API 修正了,目前都可以正常使用了,大家可以透過底下方式安裝:
Github 下載網址:
https://github.com/appleboy/CodeIgniter-Nexmo-Message 請先閱讀 Readme 使用方式。
getsparks 下載網址:
http://getsparks.org/packages/Nexmo-SMS-Message/versions/HEAD/show 一步安裝法:
php tools/spark install -v1.0.2 Nexmo-SMS-Message
See also
- CodeIgniter 3.0 Release 終於釋出啦
- CodeIgniter 搭配 Homestead 開發環境
- CodeIgniter 終於找到新東家 British Columbia Institute of Technology 英屬哥倫比亞理工學院
- 實戰 CodeIgniter in 成功大學計算機與網路中心
- 升級 PHP Facebook SDK 到 4.0.x 版本
- CodeIgniter 初始化 Library 流程
- Youtube IFrame API Unable to post message Issue
- HAProxy 搭配 CodeIgniter 取使用者真實 IP
- 2013 PHPConf Introduction to Gearman in PHP
- CodeIgniter REST Server with Backbone.js Issue