vigo5190/bytehand-api-php 问题修复 & 功能扩展

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

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

vigo5190/bytehand-api-php

Composer 安装命令:

composer require vigo5190/bytehand-api-php

包简介

Sending sms via ByteHand

README 文档

README

bytehand-api-php is a strang php script for sending sms via bytehand.

  • Sendind SMS
  • Check balance
  • Check SMS status

About ByteHand

ByteHand - is a service for sending sms for global. Please, use my referral link http://www.bytehand.com/?r=b773476a61167edd

Version

0.2

Tech

Specification:

  • PHP 5.3 required

Installation

Just use composer

Use

<?php

$config = array(
              'id' => 0000,
              'key' => "XXXXXXXXXXXXXXX",
              'from' => "SMS-INFO",
          );
ByteHandAPI\smser::init($config);



$message = new ByteHandAPI\message();
echo $message->to('cell number')->text("test message")->send()->getStatus();
$message_id = $message->getId();

$message_old = new ByteHandAPI\message($message_id);
echo $mmm->getStatus();



?>

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-05-29

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固