PHPackages                             epmnzava/bongolivesms-laravel - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. epmnzava/bongolivesms-laravel

ActiveLibrary[HTTP &amp; Networking](/categories/http)

epmnzava/bongolivesms-laravel
=============================

A laravel package for intergration with bongolive bulk sms online api

1.9(2y ago)5960MITPHPPHP ^8.0|^8.1CI failing

Since Nov 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dbrax/beem.africa-sms-laravel)[ Packagist](https://packagist.org/packages/epmnzava/bongolivesms-laravel)[ Docs](https://github.com/epmnzava/bongolivesms-laravel)[ RSS](/packages/epmnzava-bongolivesms-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (3)Versions (12)Used By (0)

Beem Africa Sms PHP Package
===========================

[](#beem-africa-sms-php-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/287e1066343fd81930cc39d7eb74683eb28d9bf0a08dd95ef2e5a96a7b9862ac/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65706d6e7a6176612f626f6e676f6c697665736d732d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/epmnzava/bongolivesms-laravel)[![Total Downloads](https://camo.githubusercontent.com/69fd4a09c7257404c55560e3c4631861650c48c775b840ee26fefd986880265e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65706d6e7a6176612f626f6e676f6c697665736d732d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/epmnzava/bongolivesms-laravel)[![Emmanuel Mnzava](https://camo.githubusercontent.com/15b68fe6b51c375a750cb19d7a7a707f5c317c4941a7709e499c35b510be8ac9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f417574686f722d456d6d616e75656c2532304d6e7a6176612d677265656e)](mailto:epmnzava@gmail.com)

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

[](#installation)

- Laravel Version: =&gt; 8.0
- PHP Version: =&gt; 8.0 You can install the package via composer:

```
composer require epmnzava/bongolivesms-laravel
```

Update your config (for Laravel 5.4 and below)
==============================================

[](#update-your-config-for-laravel-54-and-below)

Add the service provider to the providers array in config/app.php:

```
Epmnzava\BongolivesmsLaravel\BongolivesmsLaravelServiceProvider::class,

```

Add the facade to the aliases array in config/app.php:

```
'Bongolive'=>Epmnzava\BongolivesmsLaravel\BongolivesmsLaravelFacade::class,

```

Publish the package configuration (for Laravel 5.4 and below)
=============================================================

[](#publish-the-package-configuration-for-laravel-54-and-below)

Publish the configuration file and migrations by running the provided console command:

```
php artisan vendor:publish --provider="Epmnzava\BongolivesmsLaravel\BongolivesmsLaravelServiceProvider"

```

### Environmental Variables

[](#environmental-variables)

BEEM\_LIVE\_KEY `your provided beemafrica api key `

BEEM\_LIVE\_SECRET ` your provided beemafrica secret`

BEEM\_SENDERID ` your provided beemafrica senderid`

Usage
-----

[](#usage)

```
Sending to one msisdn at a time
