andersevenrud/frontsms

Front SMS API PHP Library

0.5.2 2017-06-24 09:21 UTC

This package is auto-updated.

Last update: 2024-05-06 11:48:02 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