PHPackages                             skosm/liondesk - 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. skosm/liondesk

ActiveLibrary[API Development](/categories/api)

skosm/liondesk
==============

LionDesk API client

v1.0.0(9y ago)12621MITPHPPHP &gt;=7.0.0

Since Feb 15Pushed 9y ago2 watchersCompare

[ Source](https://github.com/skosm/liondesk)[ Packagist](https://packagist.org/packages/skosm/liondesk)[ RSS](/packages/skosm-liondesk/feed)WikiDiscussions master Synced today

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

LionDesk API client
===================

[](#liondesk-api-client)

[![Build Status](https://camo.githubusercontent.com/c40ce86c7ad919f16791d020ecd4f6877cc85a230b924c213096e0b15caf0d58/68747470733a2f2f7472617669732d63692e6f72672f736b6f736d2f6c696f6e6465736b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/skosm/liondesk)[![Coverage Status](https://camo.githubusercontent.com/062b18216d28de08fa0144d5f2472fe1a95d3fa9e5c0273e8fe75790f702cec7/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f736b6f736d2f6c696f6e6465736b2f62616467652e737667)](https://coveralls.io/github/skosm/liondesk)

### Prerequisites

[](#prerequisites)

- php v7.0+

### Usage Example

[](#usage-example)

```
$lionDesk = new Skosm\LionDesk\LionDesk('API_KEY', 'USER_KEY');
$result = $lionDesk->echo('message');
```

Or using method chaining

```
$lionDesk = new Skosm\LionDesk\LionDesk();
$result = $lionDesk
    ->setApiKey('API_KEY')
    ->setUserKey('USER_KEY')
    ->newSubmission([
        'firstname' => 'User',
        'lastname'  => 'Name',
        'email'     => 'user@name.email'
    ]);
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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 ~0 days

Total

2

Last Release

3421d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6755885?v=4)[Serge Kosmatinski](/maintainers/skosm)[@skosm](https://github.com/skosm)

---

Top Contributors

[![skosm](https://avatars.githubusercontent.com/u/6755885?v=4)](https://github.com/skosm "skosm (9 commits)")

---

Tags

phpapiclientliondesk

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/skosm-liondesk/health.svg)

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

###  Alternatives

[kunalvarma05/dropbox-php-sdk

Dropbox PHP API V2 SDK (Unofficial)

3613.1M18](/packages/kunalvarma05-dropbox-php-sdk)[mozex/anthropic-php

PHP client for the Anthropic API: messages, streaming, tool use, thinking, web search, code execution, batches, and more.

47480.9k16](/packages/mozex-anthropic-php)[google-gemini-php/symfony

Symfony Bundle for Gemini

1512.3k2](/packages/google-gemini-php-symfony)[sima-land/api-php-client

Client library for Simaland APIs

301.5k](/packages/sima-land-api-php-client)

PHPackages © 2026

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