2017 © Pedro Peláez
 

library bytehand-api-php

Sending sms via ByteHand

image

vigo5190/bytehand-api-php

Sending sms via ByteHand

  • Thursday, May 29, 2014
  • by vigo5190
  • Repository
  • 1 Watchers
  • 0 Stars
  • 155 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 61 % Grown

The README.md

bytehand-api-php

bytehand-api-php is a strang php script for sending sms via bytehand., (*1)

  • 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, (*2)

Version

0.2, (*3)

Tech

Specification:, (*4)

  • PHP 5.3 required

Installation

Just use composer, (*5)

Use

 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();



?>

The Versions

29/05 2014

dev-master

9999999-dev https://github.com/ViGo5190/bytehand-api-php

Sending sms via ByteHand

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php sms bytehand

29/05 2014

v0.3.0

0.3.0.0 https://github.com/ViGo5190/bytehand-api-php

Sending sms via ByteHand

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php sms bytehand

25/02 2014

v0.2

0.2.0.0

Sending sms via ByteHand

  Sources   Download

The Requires

  • php >=5.3.0

 

by Avatar vigo5190