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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?
tomsgad/laravel-beem
Rate from 1 - 5
Rated 5.00 based on 1 reviews

Informations about the package laravel-beem

Laravel Beem

Effortless Beem integrations with Laravel

Latest Version on Packagist Github Test Action Status Github Code Style Action Status Total Downloads License

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):

  1. Create a free account on https://login.beem.africa.
  2. 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.
  3. Log into your account with your username & password on https://login.beem.africa.
  4. You should have received some free test credits and a default sender ID of ‘INFO’ should be Active.
  5. Visit the 'Profile ' tab and click on ‘Authentication Information’.
  6. Click generate API Key and Secret to obtain these. Note that the Secret is only displayed once, so please store this safely.
  7. 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

License

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


All versions of laravel-beem with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
spatie/laravel-package-tools Version ^1.9.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tomsgad/laravel-beem contains the following files

Loading the files please wait ....