PHPackages                             arckinteractive/notifications\_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. [Mail &amp; Notifications](/categories/mail)
4. /
5. arckinteractive/notifications\_sms

ActiveElgg-plugin[Mail &amp; Notifications](/categories/mail)

arckinteractive/notifications\_sms
==================================

SMS Notification API for Elgg

1.1.0(6y ago)1591GPL-2.0PHPPHP &gt;=5.5

Since Jul 7Pushed 6y ago9 watchersCompare

[ Source](https://github.com/arckinteractive/elgg-notifications-sms)[ Packagist](https://packagist.org/packages/arckinteractive/notifications_sms)[ Docs](http://arckinteractive.com)[ RSS](/packages/arckinteractive-notifications-sms/feed)WikiDiscussions master Synced 1mo ago

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

SMS Notifications API
=====================

[](#sms-notifications-api)

[![Elgg 2.1](https://camo.githubusercontent.com/9143be088656dac773b878014d5cc1bbaa75d693263cefddb53a7282e81bd3bd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c67672d322e312e782d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/9143be088656dac773b878014d5cc1bbaa75d693263cefddb53a7282e81bd3bd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c67672d322e312e782d6f72616e67652e7376673f7374796c653d666c61742d737175617265)

Features
--------

[](#features)

- API to integrate Elgg notifications with an SMS provider

Notes
-----

[](#notes)

### Sending

[](#sending)

The plugin does not send actual SMS messages. The provider plugin must register for `'send', 'sms'` hook and use provider API to dispatch messages. The hook will receive `to` phone number and `text` as parameters.

To send an SMS, use `notifications_sms_send()`.

### Instant notifications

[](#instant-notifications)

To provide a custom SMS text for instant notifications, pass `sms` with parameters:

```
notify_user($user->guid, elgg_get_site_entity()->guid, 'Really long notification subject', 'Really long notification body', array(
	'sms' => 'Send this sms',
), 'email');
```

### Subscriptions notifications

[](#subscriptions-notifications)

To provide a custom SMS text for subscription notifications that differs from the `summary`, set `sms` property on the `\Elgg\Notifications\Notification` instance in the `prepare` hook.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

2465d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5071b1cd852e094b3f564962a625e04c227adc73af30c5b46b243ab8f20154a7?d=identicon)[hypeJunction](/maintainers/hypeJunction)

---

Top Contributors

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

---

Tags

pluginelggnotificationssms

### Embed Badge

![Health badge](/badges/arckinteractive-notifications-sms/health.svg)

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

###  Alternatives

[tuyakhov/yii2-notifications

The extension provides support for sending notifications across a variety of delivery channels, including mail, SMS, Slack etc. Notifications may also be stored in a database so they may be displayed in your web interface.

6735.5k2](/packages/tuyakhov-yii2-notifications)

PHPackages © 2026

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