PHP code example of jonnybarnes / indieweb

1. Go to this page and download the library: Download jonnybarnes/indieweb 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/ */

    

jonnybarnes / indieweb example snippets


$numbers = new Numbers();
$nb60id = $numbers->b60tunum($realId);

$noteprep = new NotePrep();
$originalNote = 'A lovely note.';
$posseCopy = $noteprep->createNote($note, 'https://abc.de/n/id', 140, true);
echo $posseCopy;// 'A lovely note. (https://abc.de/n/id)'