tsamu/seeme

There is no license information available for the latest version (dev-master) of this package.

SeeMe SMS gateway

dev-master 2017-01-31 21:49 UTC

This package is not auto-updated.

Last update: 2025-06-16 18:24:38 UTC


README

SeeMe SMS gateway, without dependency.

cURL php library is required:

sudo apt-get install php5-curl

Installation:

composer require tsamu/seeme 

PHP example:

use SeeMe\SeeMeGateway;
require 'vendor/autoload.php';
$SeeMe = new SeeMeGateway('API_KEY');
$SeeMe->sendSMS('mobilenumber','message');

More information: https://seeme.hu/tudastar/reszletek/sms-gateway-php-class