2017 © Pedro PelĆ”ez
 

library vertex-sms-php-implementation

This is vertexsms.com API PHP implementation.

image

mantasvaitkunas/vertex-sms-php-implementation

This is vertexsms.com API PHP implementation.

  • Sunday, October 23, 2016
  • by mantas.vaitkunas
  • Repository
  • 1 Watchers
  • 0 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

Vertex Sms Php Implementation

This is https://vertexsms.com/docs/sms.html PHP implementation., (*1)

Installation via composer

composer require mantasvaitkunas/vertex-sms-php-implementation

Usage example

$sender = new \MantasVaitkunas\VertexSmsPhpImplementation\Sender('your_api_token');
$sender->setTo('+37088888888');
$sender->setFrom('sender_id');
$sender->setMessage('sms text goes here.');
$result = $sender->send();

The Versions

23/10 2016

dev-master

9999999-dev

This is vertexsms.com API PHP implementation.

  Sources   Download

MIT

The Development Requires

by Mantas Vaitkūnas

23/10 2016

1.0.0

1.0.0.0

This is vertexsms.com API PHP implementation.

  Sources   Download

MIT

The Development Requires

by Mantas Vaitkūnas