sunra/turbosms-bundle

A Turbosms bundle for Symfony2

Installs: 1 414

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 2

Open Issues: 0

Type:symfony-bundle

0.1.0 2016-08-24 19:01 UTC

This package is auto-updated.

Last update: 2024-04-14 03:22:56 UTC


README

Turbosms support for Symfony 2

Uses https://github.com/sunra/turbosms-soapgate-client-php

Intallation:

via Composer:

Add to your application's kernel:

<?php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Sunra\TurbosmsBundle\SunraTurbosmsBundle(),
        // ...
    );
    ...
}

Configuration:

add to /app/config/config.yml

sunra_turbosms:    
    charset: "%app_charset%"
    soap_client:
        login:    123456
        password: 123456
        sender:   123456