platolin / twsms-sender
The Twsms SMS sending PHP 5.3 library.
Installs: 229
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 3
pkg:composer/platolin/twsms-sender
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2025-10-25 10:15:20 UTC
README
Twsms 簡訊發送
Installation
composer require platolin/twsms-sender
The recommended way to install SmsSender is through composer.
Just create a composer.json file for your project:
{
"require": {
"platolin/twsms-sender": "~1.0"
}
}
Usage
<?php $longsms ='N'; $TwsmsSender = new TwSmsSender('username','password'); $result = $TwsmsSender->send('0975000000', 'test sms message', '201612312359' ,$longsms);