library websms-php
Simple library to send SMS via WebSMS.ru service
scaytrase/websms-php
Simple library to send SMS via WebSMS.ru service
- Monday, August 15, 2016
- by scaytrase
- Repository
- 1 Watchers
- 0 Stars
- 352 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 1 Open issues
- 4 Versions
- 1 % Grown
, (*1)
WebSMS PHP Library
A tiny library for sending SMS via WebSMS gateway.
This gateway requires you to be registered in order to send SMS., (*2)
Installation
The best way to handle dependencies is to use Composer, (*3)
Composer
composer require "scaytrase/websms-php"
Usage
$driver = new JsonDriver();
$connection = new Connection($driver, 'username', 'secret');
// Optionally check that connection runs well
// $connection->verify();
// echo $connection->getBalance();
$message = new Message('+79991234567', 'test message');
$connection->send($message);
dev-master
9999999-dev
Simple library to send SMS via WebSMS.ru service
Sources
Download
GPL-2.0+
The Requires
The Development Requires
by
Pavel Batanov
1.0
1.0.0.0
Simple library to send SMS via WebSMS.ru service
Sources
Download
GPL-2.0+
The Requires
The Development Requires
by
Pavel Batanov
1.0-alpha
1.0.0.0-alpha
Simple library to send SMS via WebSMS.ru service
Sources
Download
GPL-2.0+
The Requires
The Development Requires
by
Pavel Batanov
0.1
0.1.0.0
Simple library to send SMS via WebSMS.ru service
Sources
Download
GPL-2.0+
The Requires
The Development Requires
by
Pavel Batanov