1. Go to this page and download the library: Download jellybool/po.et 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/ */
jellybool / po.et example snippets
// You can get your apiToken from here: https://frost.po.et/token
$poet = new \JellyBool\Poet\Client($apiToken);
$work = $poet->createWork([
'name' => 'PHP Poet',
'datePublished' => '2018-02-12T16:39:46+00:00',
'dateCreated' => '2018-02-12T14:39:46+00:00',
'author' => 'JellyBool',
'tags' => 'php',
'content' => 'Po.et PHP Integrations'
]);