PHPackages                             adresslabor/check-service - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. adresslabor/check-service

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

adresslabor/check-service
=========================

A helper library to optimise data where it is generated! Real-time checks on the website.

1.0.2(1y ago)0261MITPHPPHP &gt;=7.2.5

Since May 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/adresslabor/php-check-service)[ Packagist](https://packagist.org/packages/adresslabor/check-service)[ RSS](/packages/adresslabor-check-service/feed)WikiDiscussions main Synced 1mo ago

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

Adresslabor CheckService
========================

[](#adresslabor-checkservice)

The Adresslabor CheckService is a helper library to optimise data where it is generated! Real-time checks on the website.

For more information visit [adresslabor.de](https://adresslabor.de)

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

[](#installation)

```
composer require adresslabor/check-service
```

Usage
-----

[](#usage)

```
// initialize the checkClient
$apiCid = "0000";
$apiKey = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";
$associative = true;

// The client will test your credentials first
$checkClient = new \Adresslabor\CheckService\CheckClient($apiCid, $apiKey, $associative);

// get your available credits
$availableCredits = $checkClient->credits;

// https://adresslabor.de/de/produkte/adress-check-dach.html
$scResult = $checkClient->addressCheckDACH("Kolping Str.", "14", "63768", "Hösbach", "DE");
$scxResult = $checkClient->addressCheckDACH("Kolping Str.", "14", "63768", "Hösbach", "DE", true);

// https://adresslabor.de/de/produkte/adress-check-world.html
$scIntResult = $checkClient->addressCheckWorld("Kolping Str.","63768", "Hösbach", "DE","","","", "", "", "", "14");

// https://adresslabor.de/de/produkte/fake-check.html
$fkResult = $checkClient->fakeCheck("Donald", "Duck", "Kolping Str.", "14", "63768", "Hösbach", "DE");

// https://adresslabor.de/de/produkte/name-check-b2c.html
$ncResult = $checkClient->nameCheckB2C("Rolf", "Paschold", "Frau", "Dr.");

// https://adresslabor.de/de/produkte/e-mail-check.html
$emResult = $checkClient->emailCheck("prof@adresslabor.de");
$emxResult = $checkClient->emailCheck("prof@adresslabor.de", true);

// https://adresslabor.de/de/produkte/telefonverzeichnis.html
$pbResult = $checkClient->telephoneDirectory("Donald", "Duck", "Kolping Str.", "63768", "Hösbach", "DE", "+4912345789", "Dr.", "14");
$pbtResult = $checkClient->telephoneDirectory("Donald", "Duck", "Kolping Str.", "63768", "Hösbach", "DE", "+4912345789", "Dr.", "14", true);

// https://adresslabor.de/de/produkte/ust-idnr-check.html
$vatidResult = $checkClient->vatNumberCheck("DE304496992");
$vatidxResult = $checkClient->vatNumberCheck("DE304496992", true);

// execute multiple checks in one single request
$multiCheckResult = $checkClient->check(\Adresslabor\CheckService\CheckClient::PATH_V3, [
    'product' => 'fk,nc,scx',
    'firstname' => 'Rolf',
    'lastname' => 'Paschold',
    'street' => 'Kolping Str.',
    'hno' => '14',
    'zip' => '63768',
    'city' => 'Hösbach'
]);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance46

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

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

Total

2

Last Release

415d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b1fda700d4fa391c9dfa847ad86b3836d897b39756a7b9a0143698ec2ac6c6d8?d=identicon)[adresslabor](/maintainers/adresslabor)

---

Top Contributors

[![pascholda1](https://avatars.githubusercontent.com/u/37869669?v=4)](https://github.com/pascholda1 "pascholda1 (5 commits)")

### Embed Badge

![Health badge](/badges/adresslabor-check-service/health.svg)

```
[![Health](https://phpackages.com/badges/adresslabor-check-service/health.svg)](https://phpackages.com/packages/adresslabor-check-service)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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