m2kdevelopments/lindle
Composer 安装命令:
composer require m2kdevelopments/lindle
包简介
Lindle PHP API to save all your links all in one place
README 文档
README
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.
API Documentation
The API Documentation for Lindle.
Installation
composer install lindle
Getting Started
Get your Lindle API key from 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']);
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-02-16