yetopen/yii2-sms-sender-interface

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

Installs: 34 497

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

Type:yii2-extension

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

This package is auto-updated.

Last update: 2024-04-08 12:17:47 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.