<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
shafimsp / laravel-sms-notification-channel-smscountry-driver example snippets
'smscountry' => [
// Set yor login credentials to communicate with mobily.ws Api
'user' => env('SMS_COUNTRY_USER', ''),
'password' => env('SMS_COUNTRY_PASSWORD', ''),
'sms_from' => env('SMS_FROM', ''),
/*
|--------------------------------------------------------------------------
| Define options for the Http request. (Guzzle http client options)
|--------------------------------------------------------------------------
|
| You do not need to change any of these settings.
|
|
*/
'guzzle' => [
'client' => [
// The Base Uri of the Api. Don't Change this Value.
'base_uri' => 'http://api.smscountry.com/',
],
// Request Options. http://docs.guzzlephp.org/en/stable/request-options.html
'request' => [
'http_errors' => true,
// For debugging
'debug' => false,
],
],
]
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.