2017 © Pedro Peláez
 

library global-sms

globalsms.co.il PHP helper class. Implements basic GlobalSMS API.

image

dominikveils/global-sms

globalsms.co.il PHP helper class. Implements basic GlobalSMS API.

  • Thursday, March 2, 2017
  • by dominikveils
  • Repository
  • 1 Watchers
  • 0 Stars
  • 69 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

GlobalSMS API Helpers

Simple GlobalSMS.co.il API helper class, (*1)

Installation

composer require dominikveils/global-sms, (*2)

Usage

<?php

require_once 'vendor/autoload.php';

$config = new Dominik\GlobalSMS\Config([
    'un'        => '', // GlobalSMS UN
    'pw'        => '', // GlobalSMS PW
    'syspw'     => '', // GlobalSMS SYSPW
    'accid'     => '', // GlobalSMS ACCID
    'from'      => '', // GlobalSMS FROM phone number,
    'wsdl_url'  => '',
]);
$service = new Dominik\GlobalSMS\GlobalSMS($config);

// $to = "__PHONE__";
// $message = "__MESSAGE__";
// var_dump($service->send($to, $message));
// var_dump($service->getSmsCount());
// $response = $service->getSmsDeliveryStatuses(date('d'));

The Versions

02/03 2017

dev-master

9999999-dev https://github.com/dominikveils/global-sms

globalsms.co.il PHP helper class. Implements basic GlobalSMS API.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Dominik Veils

sms globalsms globalsms.co.il

02/03 2017

v0.1.2

0.1.2.0 https://github.com/dominikveils/global-sms

globalsms.co.il PHP helper class. Implements basic GlobalSMS API.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Dominik Veils

sms globalsms globalsms.co.il

21/07 2015

v0.1.1

0.1.1.0 https://github.com/dominikveils/global-sms

globalsms.co.il PHP helper class. Implements basic GlobalSMS API.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Dominik Veils

sms globalsms globalsms.co.il

20/07 2015

v0.1

0.1.0.0

globalsms.co.il PHP helper class. Implements basic GlobalSMS API.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Dominik Veils