PHPackages                             endroid/cm-sms - 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. endroid/cm-sms

Abandoned → [symfony/notifier](/?search=symfony%2Fnotifier)Library

endroid/cm-sms
==============

Endroid CM SMS

2.1.0(6y ago)339.6k↓41%21MITPHPPHP &gt;=7.2

Since Dec 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/abandroid/cm-sms)[ Packagist](https://packagist.org/packages/endroid/cm-sms)[ Docs](https://github.com/endroid/cm-sms)[ GitHub Sponsors](https://github.com/endroid)[ RSS](/packages/endroid-cm-sms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (44)Used By (1)

CM SMS
======

[](#cm-sms)

*By [endroid](https://endroid.nl/)*

[![Latest Stable Version](https://camo.githubusercontent.com/95fdb4330d90da2be3406b837b89c7a0eff5c525677e6259bf73f0487ec6b5a8/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656e64726f69642f636d2d736d732e737667)](https://packagist.org/packages/endroid/cm-sms)[![Build Status](https://github.com/endroid/cm-sms/workflows/CI/badge.svg)](https://github.com/endroid/cm-sms/actions)[![Total Downloads](https://camo.githubusercontent.com/4031cca77b2d25509df28bb0c1431dc4d4de1efdece07d3d6e522d151d00828f/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656e64726f69642f636d2d736d732e737667)](https://packagist.org/packages/endroid/cm-sms)[![Monthly Downloads](https://camo.githubusercontent.com/b69376371a093ed1345687c65ecb301e31ee2c93345a5020db17bee069ab1d86/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f656e64726f69642f636d2d736d732e737667)](https://packagist.org/packages/endroid/cm-sms)[![License](https://camo.githubusercontent.com/0b508a90ad78b3446921990debd75ddcd14d97777ed773285da7c2bc6041efb7/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f656e64726f69642f636d2d736d732e737667)](https://packagist.org/packages/endroid/cm-sms)

This library enables sending SMS messages using the [CM Telecom SMS service](https://docs.cmtelecom.com/).

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

[](#installation)

Use [Composer](https://getcomposer.org/) to install the library.

```
$ composer require endroid/cm-sms
```

### Symfony integration

[](#symfony-integration)

You can easily integrate the library in Symfony with the [endroid/cm-sms-bundle](https://github.com/endroid/cm-sms-bundle).

Usage
-----

[](#usage)

```
use Endroid\CmSms\Client;
use Endroid\CmSms\Exception\RequestException;

$client = new Client();

$options = [
    'sender' => 'Endroid',
    'unicode' => 'auto',
    'minimum_number_of_message_parts' => 1,
    'maximum_number_of_message_parts' => 3,
];

$message = new Message();
$message->addTo('0600000000');
$message->setBody('SMS Messaging is the future!');

// Send single message (to one or more recipients)
try {
    $client->sendMessage($message, $options);
} catch (RequestException $exception) {
    // handle exception
}

// Or bulk send multiple messages (to one or more recipients)
try {
    $client->sendMessages([$message, ...], $options);
} catch (RequestException $exception) {
    // handle exception
}
```

Options
-------

[](#options)

The following sending options are available.

- sender: default sender
- unicode: unicode handling (auto, force or never)
- minimum\_number\_of\_message\_parts: min when splitting up long messages
- maximum\_number\_of\_message\_parts: max when splitting up long messages

Versioning
----------

[](#versioning)

Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatibility breaking changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading.

License
-------

[](#license)

This source code is subject to the MIT license bundled in the file LICENSE.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity71

Established project with proven stability

 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 ~29 days

Recently: every ~225 days

Total

42

Last Release

2229d ago

Major Versions

1.x-dev → 2.0.02017-10-22

PHP version history (6 changes)1.0.0PHP &gt;=5.4.0

1.1.1PHP &gt;=5.4

1.1.2PHP &gt;=5.5

2.0.0PHP ^7.1

2.0.3PHP &gt;=7.1

2.1.0PHP &gt;=7.2

### Community

Maintainers

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

---

Top Contributors

[![endroid](https://avatars.githubusercontent.com/u/537253?v=4)](https://github.com/endroid "endroid (111 commits)")

---

Tags

phpsmsendroidcm

### Embed Badge

![Health badge](/badges/endroid-cm-sms/health.svg)

```
[![Health](https://phpackages.com/badges/endroid-cm-sms/health.svg)](https://phpackages.com/packages/endroid-cm-sms)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[endroid/qr-code-bundle

Endroid QR Code Bundle

32110.6M17](/packages/endroid-qr-code-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[acquia/orca

A tool for testing a company's software packages together in the context of a realistic, functioning, best practices Drupal build

32902.4k](/packages/acquia-orca)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)

PHPackages © 2026

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