Download the PHP package avtonom/sms-streamtelecom-bundle without Composer
On this page you can find all versions of the php package avtonom/sms-streamtelecom-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download avtonom/sms-streamtelecom-bundle
More information about avtonom/sms-streamtelecom-bundle
Files in avtonom/sms-streamtelecom-bundle
Package sms-streamtelecom-bundle
Short Description Provider to send SMS notifications for Symfony2 bundle for PHP
License MIT
Homepage https://github.com/Avtonom/sms-streamtelecom-bundle
Informations about the package sms-streamtelecom-bundle
Avtonom SMS notifications bundle by Stream Telecom
Provider to send SMS notifications for Symfony2 bundle for PHP by Stream Telecom (stream-telecom.ru). Use KPhoenSmsSenderBundle for Symfony and Carpe-Hora/SmsSender.
Page bundle: https://github.com/Avtonom/sms-streamtelecom-bundle
Features
- Get the session ID (receiving the token, authorization)
- Sending a single SMS message (without taking into account the recipient's time zone)
- Getting user balance
- Validation of input data through a standard functional forms.
Maybe in the future:
- Security (blocking) from overly frequent messaging.
HttpAdapters
HttpAdapters are responsible to get data from remote APIs.
Currently, there are the following adapters:
CurlHttpAdapter
for cURL; (recommended)BuzzHttpAdapter
for Buzz, a lightweight PHP 5.3 library for issuing HTTP requests; (For additional installation of this dependence)
To Install
Run the following in your project root, assuming you have composer set up for your project
Switching ~1.1
for the most recent tag.
Add the bundle to app/AppKernel.php
Configuration options (config.yaml):
Configuration options (parameters.yaml):
Create a logger named "avtonom_sms.logger". Sample code (services.yml):
Use
Need Help?
- Create an issue if you've found a bug,
All versions of sms-streamtelecom-bundle with dependencies
symfony/dependency-injection Version ~2.3|3.*
symfony/monolog-bundle Version 2.*
avtonom/sms-sender-bundle Version ~1.4