Lindle is your ultimate solution for managing and organizing your web links with ease. This versatile Chrome extension empowers you to save, categorize, and access your online resources like never before.
The API Documentation for Lindle.
composer install lindle
Get your Lindle API key from Chrome Extension.
$apiKey = "YOUR_API";
$lindle = new Lindle($apiKey);
$links = $lindle->getLinks();
print_r($links);
$folders = $lindle->getFolders();
print_r($folders);
$data = $lindle->getSyncedBookmarks();
print_r($data['links']);
print_r($data['folders']);