andersevenrud / frontsms
Front SMS API PHP Library
0.5.2
2017-06-24 09:21 UTC
Requires
- php: >=5.6.4
- guzzlehttp/guzzle: ^6.2
This package is auto-updated.
Last update: 2024-11-06 12:45:26 UTC
README
Provides a simple way to use Front SMS in PHP.
Installation
composer require andersevenrud/frontsms
Usage
use FrontSMS\FrontSMS;
$client = new FrontSMS([
'serviceid' => 'foo',
'fromid' => 'Someone'
]);
$client->send(12345678, 'hello world')!
Changelog
- 0.5.2 - Fixed typo
- 0.5.1 - Updated composer.json
- 0.5.0 - Initial release
License
MIT