PHPackages                             kilyte/lsdk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kilyte/lsdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kilyte/lsdk
===========

v1.0.2(3y ago)05PHP

Since Aug 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kagiri-lab/LSDK)[ Packagist](https://packagist.org/packages/kilyte/lsdk)[ RSS](/packages/kilyte-lsdk/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

LSDK
====

[](#lsdk)

Get started with Lucen SDK

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

[](#installation)

```
composer require kilyte/lsdk
```

Usage
-----

[](#usage)

```
use kilyte\lucen\SDK\Lucen;

$domain = "";
$username = "";
$apikey = "";

$lucen = new Lucen($domain, $username, $apikey);
$data = [
    ['query' => '10101010', 'type' => 'idno']
];

$task = $lucen->submit_task($data);
```

Response
--------

[](#response)

```

stdClass Object ( [status] => success [data] => Array ( [0] => stdClass Object ( [10101010] => stdClass Object ( [task] => jhfdureiuyerueyr ) ) ) )

```

Query Results
-------------

[](#query-results)

```
$lucen = new Lucen($domain, $username, $apikey);
$task = $lucen->get_task([[
     'query' => '10101010',
     'task' => 'jhfdureiuyerueyr'
]]);
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~8 days

Total

3

Last Release

1414d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3636d2b606cfa720c47aa158f4dd1f88dd1f6b1802d71b7394c6a9f75c7b8e47?d=identicon)[kagiri-lab](/maintainers/kagiri-lab)

---

Top Contributors

[![kagiri-lab](https://avatars.githubusercontent.com/u/6510745?v=4)](https://github.com/kagiri-lab "kagiri-lab (2 commits)")

### Embed Badge

![Health badge](/badges/kilyte-lsdk/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k40](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k120](/packages/oat-sa-tao-core)

PHPackages © 2026

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