2017 © Pedro Peláez
 

library twsms-sender

The Twsms SMS sending PHP 5.3 library.

image

platolin/twsms-sender

The Twsms SMS sending PHP 5.3 library.

  • Wednesday, August 17, 2016
  • by plato
  • Repository
  • 1 Watchers
  • 0 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

twsms-sender

Twsms 簡訊發送, (*1)

https://www.twsms.com/, (*2)

Installation

composer require platolin/twsms-sender, (*3)

The recommended way to install SmsSender is through composer., (*4)

Just create a composer.json file for your project:, (*5)

{
    "require": {
        "platolin/twsms-sender": "~1.0"
    }
}

Usage

``` php <?php, (*6)

    $longsms ='N';
    $TwsmsSender = new TwSmsSender('username','password');
    $result = $TwsmsSender->send('0975000000', 'test sms message', '201612312359' ,$longsms);

```, (*7)

The Versions

17/08 2016

dev-master

9999999-dev http://github.com/platolin/TwsmsSender

The Twsms SMS sending PHP 5.3 library.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by plato lin

sms

17/08 2016

v1.2

1.2.0.0 http://github.com/platolin/TwsmsSender

The Twsms SMS sending PHP 5.3 library.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by plato lin

sms

10/08 2016

v1.1

1.1.0.0 http://github.com/platolin/TwsmsSender

The Twsms SMS sending PHP 5.3 library.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by plato lin

sms

08/08 2016

v1.0

1.0.0.0 http://github.com/platolin/TwsmsSender

The Twsms SMS sending PHP 5.3 library.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by plato lin

sms