2017 © Pedro PelĂĄez
 

library sms

Short messaging for PHP 5.3

image

xi/sms

Short messaging for PHP 5.3

  • Thursday, June 1, 2017
  • by pekkis
  • Repository
  • 16 Watchers
  • 10 Stars
  • 46,176 Installations
  • PHP
  • 1 Dependents
  • 1 Suggesters
  • 13 Forks
  • 5 Open issues
  • 10 Versions
  • 3 % Grown

The README.md

Xi SMS

SMS library for PHP 5.3+., (*1)

Abstracts away the gateways. Just send'n go!, (*2)

Pull requests are welcome! I'm not very actively maintaining this, though, and am the worst possible maintainer anyways, so sorry if your pull requests take their time :(, (*3)

<?php

use Xi\Sms\SmsService;
use Xi\Sms\SmsMessage;
use Xi\Sms\Gateway\MessageBirdGateway;

$gw = new MessageBirdGateway('my_apikey');
$service = new SmsService($gw);

$msg = new SmsMessage('message', 'sender', 'receiver_msisdn');
$service->send($msg);

The Versions

23/07 2015

dev-post-pull-request-fixores

dev-post-pull-request-fixores http://github.com/xi-project/xi-sms

Short messaging for PHP 5.3

  Sources   Download

BSD

The Requires

 

The Development Requires

sms

14/10 2014
14/10 2014
14/10 2014

dev-fucktor-round

dev-fucktor-round http://github.com/xi-project/xi-sms

Short messaging for PHP 5.3

  Sources   Download

BSD

The Requires

 

The Development Requires

sms

02/02 2014

v0.1.1

0.1.1.0 http://github.com/xi-project/xi-sms

Short messaging for PHP 5.3

  Sources   Download

BSD

The Requires

 

The Development Requires

sms

19/03 2013