PHPackages                             sooviet/delacon-api-php - 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. sooviet/delacon-api-php

ActiveLibrary[API Development](/categories/api)

sooviet/delacon-api-php
=======================

A simple and clean Delacon Api integration in PHP.

1.0.1(6y ago)1121MITPHPPHP &gt;=5.6.0

Since Aug 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/sooviet/delacon-api-php)[ Packagist](https://packagist.org/packages/sooviet/delacon-api-php)[ Docs](https://github.com/sooviet/delacon-api-php)[ RSS](/packages/sooviet-delacon-api-php/feed)WikiDiscussions master Synced 4d ago

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

delacon-api-php
===============

[](#delacon-api-php)

A simple and clean Delacon Api integration in PHP.

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

[](#installation)

You can install the library by using composer command

```
composer require sooviet/delacon-api-php

```

Usage
-----

[](#usage)

Here is a simple example of how this library can be used.

```
$request = new \Delacon\Models\DelaconRequest();
$request->setDateFrom('2019-08-01'); // set date from parameter
$request->setDateTo('2019-08-14'); //set date to parameter

$delaconApi = new \Delacon\Application\XmlApplication($request, 'authentication', env('delacon_api_key'));

$response = $delaconApi->reports('json'); // gets json report data

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

2467d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ff6bc6ec55bb48d814773e9d170c17509b7d73d01d0a36807abc49315c40c27?d=identicon)[sooviet](/maintainers/sooviet)

---

Top Contributors

[![sooviet](https://avatars.githubusercontent.com/u/7310080?v=4)](https://github.com/sooviet "sooviet (3 commits)")

### Embed Badge

![Health badge](/badges/sooviet-delacon-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/sooviet-delacon-api-php/health.svg)](https://phpackages.com/packages/sooviet-delacon-api-php)
```

###  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)
