Download the PHP package adedaramola/laravel-termii without Composer
On this page you can find all versions of the php package adedaramola/laravel-termii. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download adedaramola/laravel-termii
More information about adedaramola/laravel-termii
Files in adedaramola/laravel-termii
Download adedaramola/laravel-termii
More information about adedaramola/laravel-termii
Files in adedaramola/laravel-termii
Vendor adedaramola
Package laravel-termii
Short Description A Laravel Package to work with Termii API
License Apache-2.0
Homepage https://github.com/adedaramola/laravel-termii
Package laravel-termii
Short Description A Laravel Package to work with Termii API
License Apache-2.0
Homepage https://github.com/adedaramola/laravel-termii
Please rate this library. Is it a good library?
Informations about the package laravel-termii
Laravel Termii
Installation
You can install the package via composer:
You can publish the config file with:
Set up
To start using this package, you need to add environment variables for:
TERMII_URL
- Optional, not really needed as this has a defaultTERMII_API_KEY
- You can get this from your Termii dashboard.
The package will pick these up in its configuration and use these when it resolves an instance of the TermiiClient
.
Usage
This package can be used by injecting the Adedaramola\Termii\Http\TermiiClient
into a method to instantiate the client:
Alternatively you can use the Termii
Facade to help you:
All versions of laravel-termii with dependencies
PHP Build Version
Package Version
The package adedaramola/laravel-termii contains the following files
Loading the files please wait ....