PHPackages                             streamlinesocial/sms-queue-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. [Queues &amp; Workers](/categories/queues)
4. /
5. streamlinesocial/sms-queue-bundle

ActiveSymfony-bundle[Queues &amp; Workers](/categories/queues)

streamlinesocial/sms-queue-bundle
=================================

Deliver SMS messages only at appropiate times

15001PHP

Since Sep 25Pushed 12y ago6 watchersCompare

[ Source](https://github.com/streamlinesocial/SmsQueueBundle)[ Packagist](https://packagist.org/packages/streamlinesocial/sms-queue-bundle)[ RSS](/packages/streamlinesocial-sms-queue-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

SmsQueueBundle
==============

[](#smsqueuebundle)

A symfony 2.1 bundle that sends SMS messages at appropiate times.

Usage:

// create a maessage $message = new Message ( ); $message-&gt;setPhoneNumber ( $phone ); $message-&gt;setTextMessage ( $text ); $extra = serialize ( $message );

// give it to control $control = $this-&gt;get ( 'str\_social\_sms\_queue.control' ); $control-&gt;send ( $message );

### Configuration Example

[](#configuration-example)

```
    twilio.api.class: Vresh\TwilioBundle\Twilio\Twilio
    str_social_sms_queue.twilio.from: "%twilio.phone_number%"
    str_social_sms_queue.twilio.parameters:
    # you must replate following values with proper ones from twilio
    sid: "%twilio.sid%"
    authToken: "%twilio.authToken%"

    # if 'off' or anything that php will consider empty then the queue
    # stop/start will not happen.
    str_social_sms_queue.queue.start: 22:00:00
    str_social_sms_queue.queue.stop: 08:00:00

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/222807?v=4)[nachinius](/maintainers/nachinius)[@nachinius](https://github.com/nachinius)

---

Top Contributors

[![nachinius](https://avatars.githubusercontent.com/u/222807?v=4)](https://github.com/nachinius "nachinius (2 commits)")

### Embed Badge

![Health badge](/badges/streamlinesocial-sms-queue-bundle/health.svg)

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.5M30](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6045.5M512](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1682.5M2](/packages/uecode-qpush-bundle)[mayconbordin/l5-stomp-queue

Stomp Queue Driver for Laravel 5

121.1k](/packages/mayconbordin-l5-stomp-queue)

PHPackages © 2026

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