PHP code example of flooris / ergonode-api-laravel
1. Go to this page and download the library: Download flooris/ergonode-api-laravel 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/ */
flooris / ergonode-api-laravel example snippets
$hostname = config('ergonode.hostname');
$username = config('ergonode.username');
$password = config('ergonode.password');
$client = Flooris\Ergonode\Client($hostname, $username, $password);
bash
composer vendor:publish --tag=ergonode-api-laravel
nano config/ergonode.php