sunra / turbosms-bundle
A Turbosms bundle for Symfony2
Installs: 1 417
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.9
- sunra/turbosms-soapgate-client-php: 0.4.0
- symfony/framework-bundle: ~2.8|~3.0
- symfony/yaml: ~2.8|~3.0
This package is auto-updated.
Last update: 2024-11-14 04:32:39 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