Messente

A PHP client for the Messente SMS gateway

MIT License

Downloads
200
Stars
3

Messente PHP client

A PHP client to send SMS messages through the Messente platform.

Installation

This library is installable via Composer:

composer require benmorel/messente

Requirements

This library requires PHP 7.1 or later.

Quick start

Sending an SMS:

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

Querying an SMS status:

$messente->getStatus($messageId); // 'SENT', 'FAILED' or 'DELIVERED'
Package Rankings
Top 29.33% on Packagist.org
Badges
Extracted from project README
Latest Stable Version License