bradleyking-dev/laravel-smsworks

2.0.0 2021-02-26 13:07 UTC

This package is auto-updated.

Last update: 2024-04-26 21:46:47 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

SMS Works SDK for Laravel

Installation

You can install the package via composer:

composer require bradleyking-dev/laravel-smsworks

Usage

use BradleyKingDev\LaravelSMSWorks\SMSFacade
...
SMSWorks::sendMessage('+447777777777', 'Hello World!');

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email contact@bradley-king.com instead of using the issue tracker.

Credits

License

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