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(11y ago)0271[2 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 ago1 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 today

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 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community5

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

4027d 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

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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