yetopen/yii2-sms-sender-interface

It implements SmsSenderInterface that should be implemented by text message sender classes

Maintainers

Package info

github.com/YetOpen/yii2-sms-sender-interface

Type:yii2-extension

pkg:composer/yetopen/yii2-sms-sender-interface

Statistics

Installs: 106 094

Dependents: 5

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.3 2025-04-28 07:48 UTC

This package is auto-updated.

Last update: 2026-02-28 09:34:38 UTC


README

It implements SmsSenderInterface that should be implemented by text message sender classes to be used in Yii2.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist yetopen/yii2-sms-sender-interface "*"

or add

"yetopen/yii2-sms-sender-interface": "*"

to the require section of your composer.json file.