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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

scaytrase/websms-php
====================

Simple library to send SMS via WebSMS.ru service

1.0.1(6y ago)03901[1 issues](https://github.com/scaytrase/websms-php/issues)1GPL-2.0+PHPPHP &gt;=5.3.3CI failing

Since May 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/scaytrase/websms-php)[ Packagist](https://packagist.org/packages/scaytrase/websms-php)[ RSS](/packages/scaytrase-websms-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (1)

[![Build Status](https://camo.githubusercontent.com/51b7f0f0e1b9773f914ac9334cf88ba927d70447f09ee0011c220023e81118e8/68747470733a2f2f7472617669732d63692e6f72672f7363617974726173652f776562736d732d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/scaytrase/websms-php)[![Latest Stable Version](https://camo.githubusercontent.com/043eb876ef08f590ceaa9b4cae02f4df5cfe2cc126c9b0f10310cf50e7482578/68747470733a2f2f706f7365722e707567782e6f72672f7363617974726173652f776562736d732d7068702f762f737461626c65)](https://packagist.org/packages/scaytrase/websms-php)[![Latest Unstable Version](https://camo.githubusercontent.com/eec34c49138950df8e9a414b3d0229824432ec7b03ee79f41a0604da2ce3a377/68747470733a2f2f706f7365722e707567782e6f72672f7363617974726173652f776562736d732d7068702f762f756e737461626c65)](https://packagist.org/packages/scaytrase/websms-php)[![Total Downloads](https://camo.githubusercontent.com/a606d13810099845021cd2327c90447af3c3c3040acc29d0f618d8e1d1179953/68747470733a2f2f706f7365722e707567782e6f72672f7363617974726173652f776562736d732d7068702f646f776e6c6f616473)](https://packagist.org/packages/scaytrase/websms-php)[![SensioLabsInsight](https://camo.githubusercontent.com/4f80cd3a8ca7f5de0b19963a70f626c9f8d408ce2ab3faae9e720e3ca1cf2c71/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33393737346638622d656632622d346236632d613637352d3162343830336437663533382f6d696e692e706e67)](https://insight.sensiolabs.com/projects/39774f8b-ef2b-4b6c-a675-1b4803d7f538)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/17afee85d985876df93dd55dffc7e301a61f8cf98aa7c1fc8698ad3794a1ea35/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7363617974726173652f776562736d732d7068702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/scaytrase/websms-php/?branch=master)

WebSMS PHP Library
==================

[](#websms-php-library)

A tiny library for sending SMS via [WebSMS](http://websms.ru/) gateway. This gateway requires you to be registered in order to send SMS.

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

[](#installation)

The best way to handle dependencies is to use Composer

### Composer

[](#composer)

```
    composer require "scaytrase/websms-php"
```

Usage
-----

[](#usage)

```
    $driver = new JsonDriver();
    $connection = new Connection($driver, 'username', 'secret');

    // Optionally check that connection runs well
    // $connection->verify();
    // echo $connection->getBalance();

    $message = new Message('+79991234567', 'test message');
    $connection->send($message);
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% 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 ~530 days

Total

4

Last Release

2433d ago

Major Versions

0.1 → 1.02015-05-25

### 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 (13 commits)")[![apfox](https://avatars.githubusercontent.com/u/427558?v=4)](https://github.com/apfox "apfox (1 commits)")

---

Tags

smssms-clientwebsms

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[kleiram/transmission-php

PHP Transmission client

18416.9k1](/packages/kleiram-transmission-php)[xi/sms

Short messaging for PHP 5.3

1375.1k1](/packages/xi-sms)[digitalkaoz/yuml-php

a PHP Adapter for http://yuml.me

321.0k](/packages/digitalkaoz-yuml-php)

PHPackages © 2026

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