PHPackages                             dotit/sms-sending-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. [API Development](/categories/api)
4. /
5. dotit/sms-sending-bundle

ActiveLibrary[API Development](/categories/api)

dotit/sms-sending-bundle
========================

SmsSendingBundle is a Symfony 3.4 bundle for tunisiesms Api .

V1.0.1(5y ago)164MITPHPPHP &gt;=5.5.9

Since Jun 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/wa7chiX07/sms-sending-bundle)[ Packagist](https://packagist.org/packages/dotit/sms-sending-bundle)[ Docs](https://github.com/wa7chiX07/sms-sending-bundle)[ RSS](/packages/dotit-sms-sending-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

SmsSendingBundle
================

[](#smssendingbundle)

SmsSendingBundle is a Symfony 3.4 bundle for tunisiesms Api .

config.yml
----------

[](#configyml)

Use this line in config.yml file.

```
sms_sending:
    sms_key: '%sms_Key%'
    sneder: '%sender%"
    mobile: '%mobile%'
```

parameters.yml
--------------

[](#parametersyml)

```
sms_key: [YOUR_SMSKEY]
sender: [YOUR_SENDER_NAME]
```

composer.json
-------------

[](#composerjson)

```
"autoload": {
        "psr-4": {
            "DotIt\\SmsSendingBundle\\": "[bundle source]",
            ......
        },

```

AppKernel.php
-------------

[](#appkernelphp)

```
$bundles = [
           .. ,
           .. ,
           new DotIt\SmsSendingBundle\SmsSendingBundle(),
        ];

```

Command
-------

[](#command)

```
in terminal execute these command

$ composer dump-autoload

**** For update database table and add bundle new table *****
$ ./bin/console doctrine:schema:update --force

```

Usage
-----

[](#usage)

```
//**** Sending Multiples SMS *******

SmsSendingManager::sendMultipleSms($phoneNumbers,$message,$date);

//$phoneNumber array of phoneNumber example: ["21622xxxxxx","21698xxxxxx"]
//$date default null take date of today

//*** Resend faild sms in Campaign ******
SmsSendingManager::resendCampaign($id)

// $id: id if faild campaign

```

### License

[](#license)

SmsSendingBundle is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

company
-------

[](#company)

[DOTIT](http://www.dotit-corp.com/)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

2

Last Release

2165d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b8dc24fb9815b530e9b268f4e3cb5b58c7f0fba5025366b718954ce80811a05d?d=identicon)[wa7chiX07](/maintainers/wa7chiX07)

---

Top Contributors

[![wa7chiX07](https://avatars.githubusercontent.com/u/20270512?v=4)](https://github.com/wa7chiX07 "wa7chiX07 (15 commits)")

---

Tags

smssendingdotittunisiesms

### Embed Badge

![Health badge](/badges/dotit-sms-sending-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/dotit-sms-sending-bundle/health.svg)](https://phpackages.com/packages/dotit-sms-sending-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[aloha/twilio

Twilio API for Laravel

4733.6M5](/packages/aloha-twilio)[plivo/plivo-php

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1102.8M18](/packages/plivo-plivo-php)[plivo/php-sdk

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1101.9M5](/packages/plivo-php-sdk)[smsapi/php-client

SMSAPI API PHP Client

652.1M17](/packages/smsapi-php-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
