PHPackages                             fza/fitsms-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. fza/fitsms-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

fza/fitsms-bundle
=================

Short messaging service using the FitSMS.de gateway service

v0.2.5(12y ago)032MITPHP

Since Feb 5Pushed 12y ago1 watchersCompare

[ Source](https://github.com/fza/FzaFitSmsBundle)[ Packagist](https://packagist.org/packages/fza/fitsms-bundle)[ Docs](https://github.com/fza/FzaFitSmsBundle)[ RSS](/packages/fza-fitsms-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (8)Used By (0)

FzaFitSmsBundle
===============

[](#fzafitsmsbundle)

This bundle provides a convenient method to send SMS using the [FitSMS.de](http://fitsms.de) gateway service.

Features
--------

[](#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
------------

[](#installation)

Add the bundle in your composer.json:

```
{
    "require": {
        "fza/fitsms-bundle": "*"
    }
}
```

Run composer and download the bundle:

```
$ php composer.phar update
```

Enable the bundle in the AppKernel:

```
