承接 mv/free-sms-api 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mv/free-sms-api

最新稳定版本:1.0.0

Composer 安装命令:

composer require mv/free-sms-api

包简介

Library to use api free mobile sending SMS

README 文档

README

This API is for sending notification to your Free Mobile (Require Free Mobile account with api key)

SensioLabsInsight

Install

composer.phar require mv/free-sms-api

Examples

use Mv\FreeSmsApi\Sms\Sender;

$sender = new Sender('Your Free user id', 'Your Free user api key');
$sender->addMessage('This library is great to send SMS to my account!');
$sender->send(); // Send all messages that are not already sent!

Be carreful, this throw "Mv\FreeSmsApi\Exception\FailedException" when something went wrong.

See also bundle for Symfony2

Enjoy it!

To be continued...

统计信息

  • 总下载量: 70
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL
  • 更新时间: 2015-07-27