PHP code example of clientapi / armtek-rest-client
1. Go to this page and download the library: Download clientapi/armtek-rest-client 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/ */
clientapi / armtek-rest-client example snippets
use ArmtekRestClient\Http\Config\Config as ArmtekRestClientConfig;
// Настройка подключения
$armtek_client_config = new ArmtekRestClientConfig([
'user_login' => '{ЛОГИН}',
'user_password' => '{ПАРОЛЬ}',
]);