PHP code example of perluapps / client-support
1. Go to this page and download the library: Download perluapps/client-support 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/ */
perluapps / client-support example snippets
$url = env("URL_POS_SUPPORT");
$member = [
// array body
];
$clientSupport = new ClientSupport('register');
$clientSupport->factory()->send($url, $member);
bash
composer