knox/africastalking

A Laravel Implementation of the Africa's Talking API

Installs: 1 779

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/knox/africastalking

v1.4.1 2022-04-14 14:18 UTC

This package is auto-updated.

Last update: 2026-01-27 17:58:30 UTC


README

Installation

composer require knox/africastalking

Config

Get the below details from africastalking

AFT_APIKEY=apikey
AFT_USERNAME=username

Usage

Sending SMS

Without sender ID

Params:

use AFT;
AFT::sendMessage($phone_number, $message);

With sender ID

Params:

use AFT;
AFT::sendMessage($phone_number, $message, 'Sender ID');