PHPackages                             adapik/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. adapik/sms-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

adapik/sms-bundle
=================

Sms sending system with different providers

3.1.1(4y ago)04.5k1MITPHPPHP &gt;=7.4.0

Since Jan 15Pushed 4y agoCompare

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

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

SmsBundle
=========

[](#smsbundle)

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

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

[](#installation)

You can install this bundle by the following command:

```
$ composer require yamilovs/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\]

Usage
=====

[](#usage)

#### In your controller

[](#in-your-controller)

```
