Giter VIP home page Giter VIP logo

symfony-websms-bundle's Introduction

symfony-websms-bridge

Latest Stable Version Total Downloads Latest Unstable Version License

Monthly Downloads Daily Downloads

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

Features

Available

  • Single message sending
  • Http(Form) and JSON drivers
  • 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

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):

$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):

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)

symfony-websms-bundle's People

Contributors

4ernovm avatar gala132 avatar scaytrase avatar

Watchers

 avatar  avatar

Forkers

4ernovm

symfony-websms-bundle's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.