1. Go to this page and download the library: Download zmtech/api.zmtech.ru 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/ */
zmtech / api.zmtech.ru example snippets
$authClient = new ZMTechAPI\Clients\AuthClient($id, $password, $baseUri = 'https://api.zmtech.ru:7778/v1'); // Создаем клиента для последующих запросов
$zm_tech = new ZMTechAPI\ZMTech($authClient); // Создаем экземпляр библиотеки