PHPackages                             maurit/sms-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. maurit/sms-bundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

maurit/sms-bundle
=================

Sms sending system with different providers

1.1.1.5(11mo ago)090MITPHPPHP &gt;=8.2

Since Jan 15Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/maurit/SmsBundle)[ Packagist](https://packagist.org/packages/maurit/sms-bundle)[ Docs](https://github.com/Maurit/SmsBundle)[ RSS](/packages/maurit-sms-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (4)Dependencies (13)Versions (11)Used By (0)

SmsBundle
=========

[](#smsbundle)

This bundle will help you to implement a sms messages to your project

Installation
============

[](#installation)

You can install this bundle by the following command:

```
$ composer require maurit/sms-bundle ^1.0
```

Configuration
=============

[](#configuration)

You can define as many provider configurations as you want. Available providers are:

- [Message Bird](src/Resources/docs/providers/message_bird.md) \[messagebird.com\]
- [Sms Ru](src/Resources/docs/providers/sms_ru.md) \[sms.ru\]
- [Sms Aero](src/Resources/docs/providers/sms_aero.md) \[smsaero.ru\]
- [Sms Discount](src/Resources/docs/providers/sms_discount.md) \[iqsms.ru\]
- [Sms Center](src/Resources/docs/providers/sms_center.md) \[smsc.ru\]
- [EuroSMS com](src/Resources/docs/providers/eurosms_com.md) \[eurosms.com\]
- [SmsBrana sk](src/Resources/docs/providers/sms_brana_sk.md) \[sms-brana.sk\]
- [Smsgate sk](src/Resources/docs/providers/smsgate_sk.md) \[smsgate.sk\]

Usage
=====

[](#usage)

#### In your controller

[](#in-your-controller)

```
