go-labs/sms

Library to send messages through a GSM Modem Gateway

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Forks: 0

pkg:composer/go-labs/sms

dev-master 2016-05-18 10:00 UTC

This package is not auto-updated.

Last update: 2025-10-02 00:03:55 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

This library is used to send SMS programmatically through a GSM (Global System for Mobile Communications).

Install

Via Composer

$ composer require go-labs/sms

Usage

You have to add these lines into your PHP code.

 use GoLabs\Sms\Sms;
 ----
 $sms = new Sms($serialPort, $baudRate, $parity, $lenght, $stopBits, $flowControl);
 $sms->sendMessage($countryCode, $phoneNumber, $message);

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email jvargas@go-labs.net instead of using the issue tracker.

Credits

  • GoLabs
  • [All Contributors][link-contributors]

License

The MIT License (MIT). Please see License File for more information.