PHPackages                             ngeno7/astalking - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. ngeno7/astalking

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

ngeno7/astalking
================

Helper package for sending messaging using Africa's talking gateway

0261PHP

Since Jun 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ngeno7/africastalking)[ Packagist](https://packagist.org/packages/ngeno7/astalking)[ RSS](/packages/ngeno7-astalking/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Messaging Package Using Africa's Talking Gateway
================================================

[](#messaging-package-using-africas-talking-gateway)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9320daa83ed2eda0730877d11ef67d6fa960786f73329ce0e6cb7b28e65d489a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e67656e6f372f617374616c6b696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ngeno7/astalking)[![Build Status](https://camo.githubusercontent.com/859751539a2e89623c3811731f6b3665c22293d34c0e2182821f8be612ae9590/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e67656e6f372f6166726963617374616c6b696e672f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/ngeno7/africastalking)[![Quality Score](https://camo.githubusercontent.com/a253a52cb4a6f9302b59f076b365cecdf11750b2ad42ae60b2bb94c160bfd8da/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6e67656e6f372f6166726963617374616c6b696e672e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/ngeno7/africastalking)[![Total Downloads](https://camo.githubusercontent.com/2ce515faa46243b48a0f2a1ff9d305dc4c74ff6f27200afe9ae2691259e4ca67/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e67656e6f372f617374616c6b696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ngeno7/astalking)

[![PHP from Packagist](https://camo.githubusercontent.com/8c90acbec4a30199a68479530e8967af9ba34c09f48841b5e1ec5089ccaa979e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6e67656e6f372f617374616c6b696e672e737667)](https://camo.githubusercontent.com/8c90acbec4a30199a68479530e8967af9ba34c09f48841b5e1ec5089ccaa979e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6e67656e6f372f617374616c6b696e672e737667)

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

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require ngeno7/astalking
```

Usage
-----

[](#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

[](#sample-usage-in-application)

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

    // or

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

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [hillary ngeno](https://github.com/ngeno7)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b1c503a0072e24503d4dc26c4a8c13e6ddc945945b403140908e9d6a0d6b8ec6?d=identicon)[ngeno7](/maintainers/ngeno7)

---

Top Contributors

[![ngeno7](https://avatars.githubusercontent.com/u/9430676?v=4)](https://github.com/ngeno7 "ngeno7 (15 commits)")

---

Tags

laravel-5-packagesms

### Embed Badge

![Health badge](/badges/ngeno7-astalking/health.svg)

```
[![Health](https://phpackages.com/badges/ngeno7-astalking/health.svg)](https://phpackages.com/packages/ngeno7-astalking)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
