2017 © Pedro Peláez
 

library jatis-sms

Jatis SMS gateway API wrapper

image

otezz/jatis-sms

Jatis SMS gateway API wrapper

  • Tuesday, April 26, 2016
  • by otezz
  • Repository
  • 1 Watchers
  • 1 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 21 % Grown

The README.md

Jatis-SMS Build Status

Jatis SMS gateway API wrapper, (*1)

Installation

Simply run composer require otezz/jatis-sms, (*2)

Usage

Send SMS

$jatis = new \Otezz\Jatis\Sms($jatisUsername, $jatisPassword);
$response = $jatis->send([
  'destination' => $destinationNumber,
  'message'     => $message,
  'sender'      => $registeredSenderOnJatis,
  'division'    => $registeredDivisionOnJatis,
  'batchname'   => $batchName,
  'pic'         => $personInCharge,
]);

$response will return an array with following structure, (*3)

code      => Status code from Jatis
message   => Response message from Jatis
messageId => Message ID from (Alphanumeric format and only exist if status code is 1)

The Versions

26/04 2016

dev-master

9999999-dev

Jatis SMS gateway API wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Seto Kuslaksono

api jatis

15/04 2016

1.0

1.0.0.0

Jatis SMS gateway API wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Seto Kuslaksono

api jatis