2017 © Pedro Peláez
 

library symfony-websms-bundle

Bridge for WebSMS sending transport

image

scaytrase/symfony-websms-bundle

Bridge for WebSMS sending transport

  • Monday, August 15, 2016
  • by scaytrase
  • Repository
  • 1 Watchers
  • 0 Stars
  • 397 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

symfony-websms-bridge

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Monthly Downloads Daily Downloads, (*2)

This is the bridge implementing a web transport for scaytrase/symfony-sms-interface for WebSMS sending service with this bindings, (*3)

Features

Available

  • [x] Single message sending
  • [x] Http(Form) and JSON drivers
  • [x] Balance could be extracted from connection after each send

Planned

  • [ ] Bulk message sending
  • [ ] Sender alias (not supported in the library at the moment)

Installation

Bundle could be installed via composer, (*4)

composer.json

composer require scaytrase/symfony-websms-bundle:~1.0

app/AppKernel.php

Enable the bundle by including it into your application kernel (AppKernel.php):, (*5)

$bundles = array(
    //....
    new ScayTrase\Utils\WebSMSBundle\WebSMSBundle(),
    //....
    );

Configuration

For now bundle own only essential properties from the underlying library. They could be configured as following (example and default values):, (*6)

web_sms:
    connection:
        login:  null # Login is required to send messages.
        secret: null # Tech secret or account password (both work) is required to send messages
        mode: 0 # 0 is for production mode. 1 is for testing mode (valid credentials required). -1 is for debug purpose (credentials not needed, sending does not occures, valid credentials not required)

The Versions

15/08 2016

dev-master

9999999-dev

Bridge for WebSMS sending transport

  Sources   Download

MIT

The Requires

 

The Development Requires

by Pavel Batanov

03/05 2016

2.0

2.0.0.0

Bridge for WebSMS sending transport

  Sources   Download

MIT

The Requires

 

The Development Requires

by Pavel Batanov

20/09 2015

1.1

1.1.0.0

Bridge for WebSMS sending transport

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

by Pavel Batanov

22/07 2015

1.0

1.0.0.0

Bridge for WebSMS sending transport

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

by Pavel Batanov

21/07 2015

1.0-alpha

1.0.0.0-alpha

Symfony2 Bundle for sending SMS via websms provider

  Sources   Download

GPLv2

The Requires

 

The Development Requires

by Pavel Batanov