yetopen/yii2-sms-sender-interface

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

Installs: 42 463

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 2

Open Issues: 0

Type:yii2-extension

v0.1.2 2022-07-08 08:33 UTC

This package is auto-updated.

Last update: 2024-07-08 12:47:10 UTC


README

Yii2 Sms Sender Interface

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.