Skip to content

Latest commit

 

History

History
executable file
·
22 lines (15 loc) · 502 Bytes

README.md

File metadata and controls

executable file
·
22 lines (15 loc) · 502 Bytes

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.