PHPackages                             detailnet/denner-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/denner-client

ActiveLibrary[API Development](/categories/api)

detailnet/denner-client
=======================

API Client for Denner Portal 2.0 Web Services

5.5.1(3mo ago)05.6k↑75%3[3 issues](https://github.com/detailnet/denner-client/issues)1MITPHPPHP ^8.2CI failing

Since Oct 29Pushed 3mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (9)Versions (49)Used By (1)

denner-client
=============

[](#denner-client)

[![Actions Status](https://github.com/detailnet/denner-client/workflows/Tests/badge.svg)](https://github.com/detailnet/denner-client/actions)

API Client for Denner Portal 2.0 Web Services

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/denner-client": "^4.1"
        }
    }
    ```
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 = [
    'app_id' => 'your-app-id',
    'app_key' => 'your-app-key',
];

// Create the client (e.g. the client for Denner Articles Service)
$client = ArticlesClient::factory($config);

// Send a request
$params = ['week' => '50'];
$response = $client->listAdvertisedArticles($params);
```

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

###  Health Score

57

—

FairBetter than 98% of packages

Maintenance81

Actively maintained with recent releases

Popularity25

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity89

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 98% 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 ~83 days

Recently: every ~116 days

Total

46

Last Release

98d ago

Major Versions

0.7.1 → 1.0.02017-05-05

1.2.1 → 2.0.02018-02-12

2.1.0 → 3.0.02018-07-10

3.4.0 → 4.0.02021-03-23

4.5.0 → 5.0.02023-09-27

PHP version history (5 changes)0.1.0PHP &gt;=5.5.0

1.0.0PHP ^5.5 || ^7.0

3.0.0PHP ^7.1

4.0.0PHP ^7.4

5.0.0PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![curzio-della-santa](https://avatars.githubusercontent.com/u/7221909?v=4)](https://github.com/curzio-della-santa "curzio-della-santa (98 commits)")[![christian-schmid-ch](https://avatars.githubusercontent.com/u/20513200?v=4)](https://github.com/christian-schmid-ch "christian-schmid-ch (1 commits)")[![thomas-wuethrich](https://avatars.githubusercontent.com/u/20111711?v=4)](https://github.com/thomas-wuethrich "thomas-wuethrich (1 commits)")

---

Tags

apiclientdetailnetdenner

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[resend/resend-php

Resend PHP library.

574.7M21](/packages/resend-resend-php)[crowdin/crowdin-api-client

PHP client library for Crowdin API v2

611.5M5](/packages/crowdin-crowdin-api-client)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[markrogoyski/numverify-api-client-php

Numverify API Client for PHP

1220.9k](/packages/markrogoyski-numverify-api-client-php)

PHPackages © 2026

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