Download the PHP package tomsgad/laravel-beem without Composer
On this page you can find all versions of the php package tomsgad/laravel-beem. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tomsgad/laravel-beem
More information about tomsgad/laravel-beem
Files in tomsgad/laravel-beem
Package laravel-beem
Short Description Awesomeness of Laravel merged with Beem flawless API to reap the magic!
License MIT
Homepage https://github.com/tomsgad/laravel-beem
Rated 5.00 based on 1 reviews
Informations about the package laravel-beem
Laravel Beem
Effortless Beem integrations with Laravel
This package provides a simple and crisp way to access the Beem API endpoints. Sending notifications sms the laravel way.
Installation
You can install the package via composer:
After the package is installed, you can optionally publish the config file.
This is the contents of the published config file:
Setting up Beem service
You will need to get your api details from your profile. Here are the steps you can follow (Described by Beem):
- Create a free account on https://login.beem.africa.
- On completing your registration you will get a confirmation email. Click on the link or paste the link into your browser to validate the account.
- Log into your account with your username & password on https://login.beem.africa.
- You should have received some free test credits and a default sender ID of ‘INFO’ should be Active.
- Visit the 'Profile ' tab and click on ‘Authentication Information’.
- Click generate API Key and Secret to obtain these. Note that the Secret is only displayed once, so please store this safely.
- Use this API Key and Secret to start sending messages using the API defined below.
Set up your .env
file with the credentials you go from the procedure above
Add routeNotificationForBeem
to your notifiable model and define how to get phone number. Note: The method should return an array or a countable. I have let it that way so you can implement it the way you see fit.
Usage
Now you can use the channel in your (via)
method inside the notification. This example will work with settings from .env
file.
You can also send a notification on the fly without setting the .env
variables. This is useful if you set the details dynamically or you have a multi-tenant application.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
- Thomson Maguru
- All Contributors
License
The MIT License (MIT). Please see License File for more information.