1. Go to this page and download the library: Download dotink/jin 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/ */
dotink / jin example snippets
$jin_parser = new Dotink\Jin\Parser()
$jin_string = file_get_contents('config.jin');
$config_data = $jin_parser->parse($jin_string)->get();