Skip to content

Lindle-me/lindle-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lindle PHP

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.

Buy Me A Coffee Google Play Chrome Store

API Documentation

The API Documentation for Lindle.

Installation

composer install lindle

Getting Started

Get your Lindle API key from Chrome Extension.
Chrome Extension

$apiKey = "YOUR_API";
$lindle = new Lindle($apiKey);

Get Links

$links = $lindle->getLinks();
print_r($links);

Get Folders

$folders = $lindle->getFolders();
print_r($folders);

Get Synced Bookmarks

$data = $lindle->getSyncedBookmarks();
print_r($data['links']);
print_r($data['folders']);

Releases

No releases published

Packages

No packages published

Languages