PHPackages                             scaytrase/symfony-websms-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. scaytrase/symfony-websms-bundle

ActiveLibrary

scaytrase/symfony-websms-bundle
===============================

Bridge for WebSMS sending transport

2.0(10y ago)04071MITPHP

Since Jul 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/scaytrase/symfony-websms-bundle)[ Packagist](https://packagist.org/packages/scaytrase/symfony-websms-bundle)[ RSS](/packages/scaytrase-symfony-websms-bundle/feed)WikiDiscussions master Synced today

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

symfony-websms-bridge
=====================

[](#symfony-websms-bridge)

[![Latest Stable Version](https://camo.githubusercontent.com/82cd9d6d1435b5d27c7696f2771ff7ce7c2e6e95083cb5988806e38ea57dcdea/68747470733a2f2f706f7365722e707567782e6f72672f7363617974726173652f73796d666f6e792d776562736d732d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/scaytrase/symfony-websms-bundle) [![Total Downloads](https://camo.githubusercontent.com/16f128f9b1d4a0e561075e61f3a16a007ad3015d13b3a9a78bdcfc6599098d00/68747470733a2f2f706f7365722e707567782e6f72672f7363617974726173652f73796d666f6e792d776562736d732d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/scaytrase/symfony-websms-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/fd284a94d144051aada348642637147fa11f4511c342e0432249d9d935c1585a/68747470733a2f2f706f7365722e707567782e6f72672f7363617974726173652f73796d666f6e792d776562736d732d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/scaytrase/symfony-websms-bundle) [![License](https://camo.githubusercontent.com/e6e22e3619fd8ae7aab05b758e69d139b39934f5d7e41fe024317c7cd4f1ec50/68747470733a2f2f706f7365722e707567782e6f72672f7363617974726173652f73796d666f6e792d776562736d732d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/scaytrase/symfony-websms-bundle)

[![Monthly Downloads](https://camo.githubusercontent.com/3b1d2122251ad8a837ccc5b509157bea36158aa8558d866407e642904f278907/68747470733a2f2f706f7365722e707567782e6f72672f7363617974726173652f73796d666f6e792d776562736d732d62756e646c652f642f6d6f6e74686c792e706e67)](https://packagist.org/packages/scaytrase/symfony-websms-bundle)[![Daily Downloads](https://camo.githubusercontent.com/60c41c3bb4805dad1cbfcf165bf6f857d5c1ede27007dd2bcdbf8daf553b9c7c/68747470733a2f2f706f7365722e707567782e6f72672f7363617974726173652f73796d666f6e792d776562736d732d62756e646c652f642f6461696c792e706e67)](https://packagist.org/packages/scaytrase/symfony-websms-bundle)

This is the bridge implementing a web transport for [scaytrase/symfony-sms-interface](https://github.com/scaytrase/symfony-sms-interface) for [WebSMS](http://www.websms.ru/) sending service with [this bindings](https://github.com/scaytrase/websms-php)

Features
--------

[](#features)

### Available

[](#available)

- Single message sending
- Http(Form) and JSON drivers
- Balance could be extracted from connection after each send

### Planned

[](#planned)

- Bulk message sending
- Sender alias (not supported in the library at the moment)

Installation
------------

[](#installation)

Bundle could be installed via composer

### composer.json

[](#composerjson)

```
composer require scaytrase/symfony-websms-bundle:~1.0
```

### app/AppKernel.php

[](#appappkernelphp)

Enable the bundle by including it into your application kernel (`AppKernel.php`):

```
$bundles = array(
    //....
    new ScayTrase\Utils\WebSMSBundle\WebSMSBundle(),
    //....
    );
```

Configuration
-------------

[](#configuration)

For now bundle own only essential properties from the underlying library. They could be configured as following (example and default values):

```
web_sms:
    connection:
        login:  null # Login is required to send messages.
        secret: null # Tech secret or account password (both work) is required to send messages
        mode: 0 # 0 is for production mode. 1 is for testing mode (valid credentials required). -1 is for debug purpose (credentials not needed, sending does not occures, valid credentials not required)
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 94.1% 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 ~95 days

Total

4

Last Release

3660d ago

Major Versions

1.1 → 2.02016-05-03

### Community

Maintainers

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

---

Top Contributors

[![scaytrase](https://avatars.githubusercontent.com/u/6578413?v=4)](https://github.com/scaytrase "scaytrase (32 commits)")[![4ernovm](https://avatars.githubusercontent.com/u/1623891?v=4)](https://github.com/4ernovm "4ernovm (1 commits)")[![gala132](https://avatars.githubusercontent.com/u/134671238?v=4)](https://github.com/gala132 "gala132 (1 commits)")

---

Tags

smssms-clientwebsms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/scaytrase-symfony-websms-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/scaytrase-symfony-websms-bundle/health.svg)](https://phpackages.com/packages/scaytrase-symfony-websms-bundle)
```

PHPackages © 2026

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