PHPackages                             m2kdevelopments/lindle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. m2kdevelopments/lindle

ActiveLibrary[API Development](/categories/api)

m2kdevelopments/lindle
======================

Lindle PHP API to save all your links all in one place

00PHP

Since May 15Pushed 2y agoCompare

[ Source](https://github.com/Lindle-me/lindle-php)[ Packagist](https://packagist.org/packages/m2kdevelopments/lindle)[ RSS](/packages/m2kdevelopments-lindle/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Lindle PHP
==========

[](#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](https://camo.githubusercontent.com/0cf29a542375e1a46e84d8bf5805a4e5c0a6ee98b6547ccdc0c55eed49d99c69/68747470733a2f2f63646e2e6275796d6561636f666665652e636f6d2f627574746f6e732f76322f64656661756c742d79656c6c6f772e706e67)](https://www.buymeacoffee.com/m2kdevelopments)[ ![Google Play](./googleplay.png)](https://play.google.com/store/apps/details?id=com.m2kdevelopments.lindle)[ ![Chrome Store](./chromestore.png)](https://chrome.google.com/webstore/detail/igkkojjaikfmiibedalhgmfnjohlhmaj)API Documentation
-----------------

[](#api-documentation)

The [API Documentation](https://lindle.me/api-docs) for Lindle.

Installation
------------

[](#installation)

```
composer install lindle

```

Getting Started
---------------

[](#getting-started)

Get your Lindle API key from [Chrome Extension](https://chrome.google.com/webstore/detail/igkkojjaikfmiibedalhgmfnjohlhmaj).
[![Chrome Extension](./api.png)](./api.png)

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

```

Get Links
---------

[](#get-links)

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

```

Get Folders
-----------

[](#get-folders)

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

```

Get Synced Bookmarks
--------------------

[](#get-synced-bookmarks)

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

```

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c630870348fd137b89bb334dd355caa5e9935324b566dd56edbe173234c4788?d=identicon)[m2kdevelopments](/maintainers/m2kdevelopments)

---

Top Contributors

[![M2KDevelopments](https://avatars.githubusercontent.com/u/49964882?v=4)](https://github.com/M2KDevelopments "M2KDevelopments (7 commits)")

### Embed Badge

![Health badge](/badges/m2kdevelopments-lindle/health.svg)

```
[![Health](https://phpackages.com/badges/m2kdevelopments-lindle/health.svg)](https://phpackages.com/packages/m2kdevelopments-lindle)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k14](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
