Download the PHP package officegest/officegest-send-sms without Composer
On this page you can find all versions of the php package officegest/officegest-send-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package officegest-send-sms
Officegest SMS (Laravel Package)
This is a laravel package to send sms using officegest.
Installation
composer require officegest/officegest-send-sms
Laravel < 8.0 Add ServiceProvider to your config/app.php
OfficegestSms\OfficegestSmsServiceProvider::class,
If you need to publish the config file for this package. This will add the file config/officegest-sms.php
, where you can configure this package.
$ php artisan vendor:publish --provider="OfficegestSms\OfficegestSmsServiceProvider" --tag=config
You need add this variables to your .env
OFFICEGEST_SMS_ACTIVE=true
OFFICEGEST_SMS_URL="your_officegest_url"
OFFICEGEST_SMS_USER="your_user"
OFFICEGEST_SMS_KEY="your_api_key"
Usage
Function OfficegestSms->send()
Parameters: string $phone_number, string $text
Security
If you discover any security related issues, please email [email protected] or use issues of this repo.
Credits
- Officegest.com
- Guisoft.net
- All Contributors
All versions of officegest-send-sms with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1|^8
ext-curl Version *
ext-curl Version *
The package officegest/officegest-send-sms contains the following files
Loading the files please wait ....