ngeno7/astalking

Helper package for sending messaging using Africa's talking gateway

dev-master / 1.0.x-dev 2019-06-17 14:25 UTC

This package is auto-updated.

Last update: 2024-04-18 01:15:29 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

PHP from Packagist

This a laravel package for sending messages using the Africa's Talking gateway

Installation

You can install the package via composer:

composer require ngeno7/astalking

Usage

Publish the config file:

    php artisan vendor:publish

Update the details in the config/astalking.php to match your account details.

Sample Usage in application

    ASTalking::message('hello')->to(['254712345678', '254712345678'])->send();

    // or

    app('astalking')->message('hello')->to(['254712345678', '254712345678'])->send();

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 hillaryngeno7@gmail.com instead of using the issue tracker.

Credits

License

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