th3mouk/free-mobile-sms-cli 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

th3mouk/free-mobile-sms-cli

Composer 安装命令:

composer require th3mouk/free-mobile-sms-cli

包简介

PHP Client using Free Mobile SMS Notification API to send free messages on your mobile phone.

README 文档

README

This library provides a client to send SMS notifications on your mobile phone, through the [Free Mobile](http://mobile .free.fr/) API.

Latest Stable Version Latest Unstable Version Total Downloads License

SensioLabsInsight Build Status Scrutinizer Code Quality Coverage Status

Installation

Composer

composer require th3mouk/free-mobile-sms-cli ^1.0

Free Mobile

Go to your customer area.

Click on: Gérer mon compte > Mes Options > Notifications par SMS > Activer l'option

You got now your authentication key.

Usage

Client

use Th3Mouk\FreeMobileSMSNotif\Client;

$login = 'test';
$pass = 'test';

$freeMobileClient = new Client($login, $pass);
$response = $freeMobileClient->send('Test Message');

Response Codes

$response = $freeMobileClient->sendMessage('Test Message');
$code = $response->getStatusCode();
  • 200: SMS Sent
  • 400: Missing parameter
  • 402: Too much SMS send in too little time
  • 403: Service isn't active on your customer area, or login/pass incorrect
  • 500: Error on servor side. Please retry later.

Please

Feel free to improve this library.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-06-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固