dev-master
9999999-devClient library for the Messente SMS gateway
MIT
The Requires
- guzzlehttp/guzzle 6.*
- php >=7.1
sms messente
0.1.0
0.1.0.0Client library for the Messente SMS gateway
MIT
The Requires
- php >=7.1
- guzzlehttp/guzzle 6.*
sms messente
Wallogit.com
2017 © Pedro Peláez
Client library for the Messente SMS gateway
A PHP client to send SMS messages through the Messente platform., (*1)
This library is installable via Composer:, (*3)
composer require benmorel/messente
This library requires PHP 7.1 or later., (*4)
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'
Client library for the Messente SMS gateway
MIT
sms messente
Client library for the Messente SMS gateway
MIT
sms messente