namshi/smscountry 问题修复 & 功能扩展

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

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

namshi/smscountry

最新稳定版本:2.0.2

Composer 安装命令:

composer require namshi/smscountry

包简介

This small library provides support for sending Sms messages via SMSCountry

README 文档

README

Build Status

This small library provides support for sending Sms messages via SMSCountry

Installation

Installation can be done via composer, as the library is already on packagist.

The library uses semantic versioning for its API, so it is recommended to use a stable minor version (1.0, 1.1, etc.) and stick to it when declaring dependencies through composer:

"namshi/smscountry": "1.0.*",

Pick major and minor version according to your needs.

Usage

Using this library is super easy:

<?php

use Namshi\SMSCountry\Client;

$smsClient = new Client($username, $password, $senderId, $soapService);

$smsClient->sendSms($phoneNumber, $body);

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-12-12