2017 © Pedro Peláez
 

library websms-php

Simple library to send SMS via WebSMS.ru service

image

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

The README.md

Build Status Latest Stable Version Latest Unstable Version Total Downloads SensioLabsInsight Scrutinizer Code Quality, (*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);

The Versions

15/08 2016

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

25/05 2015

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

25/05 2015

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

13/05 2015

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