1. Go to this page and download the library: Download shipfastlabs/toolkit-exa 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/ */
shipfastlabs / toolkit-exa example snippets
use Shipfastlabs\Toolkit\Exa\Exa;
$tools = Exa::all(); // Collection<int, Tool>
use Shipfastlabs\Toolkit\Exa\ExaSearch;
use Shipfastlabs\Toolkit\Exa\ExaFindSimilar;
use Shipfastlabs\Toolkit\Exa\ExaGetContents;
use Shipfastlabs\Toolkit\Exa\ExaAnswer;
$tools = [
new ExaSearch,
new ExaFindSimilar,
new ExaGetContents,
new ExaAnswer,
];