2017 © Pedro Peláez
 

library messente

Client library for the Messente SMS gateway

image

benmorel/messente

Client library for the Messente SMS gateway

  • Friday, October 27, 2017
  • by BenMorel
  • Repository
  • 1 Watchers
  • 3 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Messente PHP client

A PHP client to send SMS messages through the Messente platform., (*1)

Latest Stable Version License, (*2)

Installation

This library is installable via Composer:, (*3)

composer require benmorel/messente

Requirements

This library requires PHP 7.1 or later., (*4)

Quick start

Sending an SMS:, (*5)

$messente = new Messente('username', 'password');
$messageId = $messente->send('Hello word', '+441234567890'); // optionally provide the sender number

Querying an SMS status:, (*6)

$messente->getStatus($messageId); // 'SENT', 'FAILED' or 'DELIVERED'

The Versions

27/10 2017

dev-master

9999999-dev

Client library for the Messente SMS gateway

  Sources   Download

MIT

The Requires

 

sms messente

03/10 2017

0.1.0

0.1.0.0

Client library for the Messente SMS gateway

  Sources   Download

MIT

The Requires

 

sms messente