Download the PHP package fza/fitsms-bundle without Composer
On this page you can find all versions of the php package fza/fitsms-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fza/fitsms-bundle
More information about fza/fitsms-bundle
Files in fza/fitsms-bundle
Download fza/fitsms-bundle
More information about fza/fitsms-bundle
Files in fza/fitsms-bundle
Vendor fza
Package fitsms-bundle
Short Description Short messaging service using the FitSMS.de gateway service
License MIT
Homepage https://github.com/fza/FzaFitSmsBundle
Package fitsms-bundle
Short Description Short messaging service using the FitSMS.de gateway service
License MIT
Homepage https://github.com/fza/FzaFitSmsBundle
Please rate this library. Is it a good library?
Informations about the package fitsms-bundle
FzaFitSmsBundle
This bundle provides a convenient method to send SMS using the FitSMS.de gateway service.
Features
- Multiple recipients per SMS
- Validation of phone numbers (sender and recipients)
- Expansion of phone numbers to satisfy international standards
- Default country prefix is configurable
- Able to check for a maximum number of SMS parts
- NumLock/IPLock support (see FitSMS gateway documentation)
Installation
Add the bundle in your composer.json:
Run composer and download the bundle:
Enable the bundle in the AppKernel:
Configuration
Add the following lines to your config.yml:
Notes:
default_intl_prefix
: (int) sets the default country prefix if none was detected for a numberusername
,password
: (string) self-explanatorytracking
: (bool) enables transmitting a unique request id alongside the sms and logging it. You may view this id in the FitSMS control panel as well.gateway_uri
: (string) In case the gateway URI ever changes, you can override the defaultdebug_test
: (bool) defaults to the kernel enviroment's debug value and sets thedebug
flag while sending a sms (will transmit it to the gateway, but not actually send it)max_sms_part_count
: (int) defaults to 6numlock
,iplock
: (bool) Use these to enable the limit of sms to be sent to a recipient / to be sent from your server IP within an hour. These are just boolean values, the numeric limits are to be configured in the FitSMS control panel.
Usage
All versions of fitsms-bundle with dependencies
PHP Build Version
Package Version
Requires
symfony/symfony Version
>=2.3
The package fza/fitsms-bundle contains the following files
Loading the files please wait ....