1. Go to this page and download the library: Download dartui/multiinfo library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
'url' => 'https://api1.multiinfo.plus.pl', // API base URL
'login' => null, // API user login
'password' => null, // API user password
'service_id' => null, // API user service id
'cert' => [
'is_nss' => false, // Whether cURL is using NSS or no
'nicename' => null, // Nicename of certificate (
$response->getCode(); // status code
$response->getDescription(); // response in text format
$response->hasError();
$response->getError();
$getSms->getMessageId(); // received SMS id
$getSms->getSender(); // sender phone number
$getSms->getReceiver(); // receiver phone number
$getSms->getMessageType(); // message type id
$getSms->getMessage(); // message content
$getSms->getProtocol(); // protocol id
$getSms->getEncoding(); // encoding id
$getSms->getServiceId(); // service id
$getSms->getConnector(); // connector id
$getSms->getReceiveDate(); // received date