library bytehand-api-php
Sending sms via ByteHand
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
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)
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();
?>
v0.2
0.2.0.0
Sending sms via ByteHand
Sources
Download
The Requires
by
vigo5190