Download the PHP package chancelito/vetrosms-php-sdk without Composer
On this page you can find all versions of the php package chancelito/vetrosms-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chancelito/vetrosms-php-sdk
More information about chancelito/vetrosms-php-sdk
Files in chancelito/vetrosms-php-sdk
Download chancelito/vetrosms-php-sdk
More information about chancelito/vetrosms-php-sdk
Files in chancelito/vetrosms-php-sdk
Vendor chancelito
Package vetrosms-php-sdk
Short Description This package is to help send smses via vetro media sms platform
License
Package vetrosms-php-sdk
Short Description This package is to help send smses via vetro media sms platform
License
Please rate this library. Is it a good library?
Informations about the package vetrosms-php-sdk
Vetro Media Bulk SMS SDK
This package serves to send sms via Vetro media SMS SDK. Get an authorization token on this link by getting a account.
Requirements
PHP >= 7.2 Php-curl
Installation
$ composer require chancelito/vetrosms-php-sdk:"1.1"
Example
<?php
require_once __DIR__ . '/../../vendor/autoload.php';
use Chancelito\VetrosmsPhpSdk\Message\VetroSms;
$account_token = 'YOUR_ACCOUNT_TOKEN';
$authorization_token = 'YOUR_AUTHORIZATION_TOKEN';
$cell_number = 'YOUR_SA_CELL_NUMBER';
$message = 'YOUR_MESSAGE';
$obj = new VetroSms($authorization_token, $account_token);
$send = $obj->sendSingleSms($cell_number, $message);
Contact
All versions of vetrosms-php-sdk with dependencies
PHP Build Version
Package Version
The package chancelito/vetrosms-php-sdk contains the following files
Loading the files please wait ....