PHPackages                             detailnet/lw-inside-client - 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. detailnet/lw-inside-client

AbandonedArchivedLibrary[API Development](/categories/api)

detailnet/lw-inside-client
==========================

API client for Louis Widmer Inside

0.2.0(10y ago)0271[1 issues](https://github.com/detailnet/lw-inside-client/issues)[1 PRs](https://github.com/detailnet/lw-inside-client/pulls)MITPHPPHP &gt;=5.4.0

Since May 27Pushed 10y ago4 watchersCompare

[ Source](https://github.com/detailnet/lw-inside-client)[ Packagist](https://packagist.org/packages/detailnet/lw-inside-client)[ Docs](https://lw-inside.detailnet.ch/)[ RSS](/packages/detailnet-lw-inside-client/feed)WikiDiscussions master Synced 1mo ago

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

lw-inside-client
================

[](#lw-inside-client)

[![Build Status](https://camo.githubusercontent.com/6b8740141265e9905589ffbfd43a2b76b24fd5317617f92538453a047c7c4c4c/68747470733a2f2f7472617669732d63692e6f72672f64657461696c6e65742f6c772d696e736964652d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/detailnet/lw-inside-client)[![Coverage Status](https://camo.githubusercontent.com/9fd68a5df7627834dd487a759c38830e86260c9a0bd6c8f081602b0bca91f07b/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f64657461696c6e65742f6c772d696e736964652d636c69656e742e737667)](https://coveralls.io/r/detailnet/lw-inside-client)[![Latest Stable Version](https://camo.githubusercontent.com/d067b68bc89b2b4439000adc839017135f2fbe0fe644453322f0d66ef0e50c93/68747470733a2f2f706f7365722e707567782e6f72672f64657461696c6e65742f6c772d696e736964652d636c69656e742f762f737461626c652e737667)](https://packagist.org/packages/detailnet/lw-inside-client)[![Latest Unstable Version](https://camo.githubusercontent.com/9a14901d70c2de96b4a173a0988d7102e750fad0e15ed6cba344a893855b8e6c/68747470733a2f2f706f7365722e707567782e6f72672f64657461696c6e65742f6c772d696e736964652d636c69656e742f762f756e737461626c652e737667)](https://packagist.org/packages/detailnet/lw-inside-client)

API Client for Louis Widmer Inside.

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

[](#installation)

Install the library through [Composer](http://getcomposer.org/) using the following steps:

1. `cd my/project/directory`
2. Create a `composer.json` file with following contents (or update your existing file accordingly):

    ```
    {
        "require": {
            "detailnet/lw-inside-client": "1.x-dev"
        }
    }
    ```
3. Install Composer via `curl -s http://getcomposer.org/installer | php` (on Windows, download the [installer](http://getcomposer.org/installer) and execute it with PHP)
4. Run `php composer.phar self-update`
5. Run `php composer.phar install`

Usage
-----

[](#usage)

See the following example for how to use the library:

```
// App-ID and App-Key are required to authenticate the client
$config = array(
    'app_id' => 'your-app-id',
    'app_key' => 'your-app-key',
);

// Create the client
$client = InsideClient::factory($config);

// Send a request
$params = array('query' => 'auge');
$response = $client->listAssets($params);
```

More examples can be found in the [examples](examples) directory.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Total

3

Last Release

3981d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca881f1116d03f5f9469b1700f60b0547140369403147a9105b562cc7e5f1311?d=identicon)[curzio-della-santa](/maintainers/curzio-della-santa)

---

Tags

Louis Widmer Inside

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/detailnet-lw-inside-client/health.svg)

```
[![Health](https://phpackages.com/badges/detailnet-lw-inside-client/health.svg)](https://phpackages.com/packages/detailnet-lw-inside-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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