PHPackages                             synergitech/creditsafe-connect - 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. synergitech/creditsafe-connect

ActiveLibrary

synergitech/creditsafe-connect
==============================

v0.3.0(2y ago)625.2k↓47.7%17[2 issues](https://github.com/SynergiTech/creditsafe-connect/issues)[3 PRs](https://github.com/SynergiTech/creditsafe-connect/pulls)MITPHPPHP &gt;=7.1

Since Dec 12Pushed 1y ago8 watchersCompare

[ Source](https://github.com/SynergiTech/creditsafe-connect)[ Packagist](https://packagist.org/packages/synergitech/creditsafe-connect)[ RSS](/packages/synergitech-creditsafe-connect/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (15)Used By (0)

Creditsafe API
==============

[](#creditsafe-api)

[![Tests](https://github.com/SynergiTech/creditsafe-connect/workflows/Tests/badge.svg)](https://github.com/SynergiTech/creditsafe-connect/workflows/Tests/badge.svg)

```
composer require synergitech/creditsafe-connect

```

Usage
-----

[](#usage)

### Setting up Client

[](#setting-up-client)

```
$config = [
    'username'  =>  'username',
    'password'  =>  'password'
];

$creditsafe = new \SynergiTech\Creditsafe\Client($config);
```

### Access countries and their codes

[](#access-countries-and-their-codes)

```
$creditsafe->countries()->access();
```

### Search criteria using country code

[](#search-criteria-using-country-code)

```
$creditsafe->companies()->searchCriteria(['countries' => 'GB']);
```

### Company search pagination

[](#company-search-pagination)

```
$search = $creditsafe->companies()->search(['countries' => 'GB', 'name' => 'GOOGLE UK LIMITED']);
$search->setPageSize(100);
foreach ($search as $result) {
    $company = $result->get();
}
```

### Get Custom report data options

[](#get-custom-report-data-options)

```
$creditsafe->()->reportCustomData()->get('DE');
```

### Get company report

[](#get-company-report)

```
$creditsafe->companies()->get('GB001-0-03977902');
```

### Change report language

[](#change-report-language)

```
$creditsafe->companies()->get('GB001-0-03977902', 'FR');
```

### Adding reason code as extra parameter needed for German reports

[](#adding-reason-code-as-extra-parameter-needed-for-german-reports)

```
$creditsafe->companies()->get('GB001-0-03977902', 'DE', ['customData' => 'de_reason_code::1']);
```

Running tests
-------------

[](#running-tests)

```
vendor/bin/phpunit tests

```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.8% 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 ~165 days

Recently: every ~395 days

Total

12

Last Release

893d ago

### Community

Maintainers

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

---

Top Contributors

[![willpower232](https://avatars.githubusercontent.com/u/1619102?v=4)](https://github.com/willpower232 "willpower232 (21 commits)")[![Josh-G](https://avatars.githubusercontent.com/u/487384?v=4)](https://github.com/Josh-G "Josh-G (6 commits)")[![RomaVan](https://avatars.githubusercontent.com/u/18335253?v=4)](https://github.com/RomaVan "RomaVan (3 commits)")[![seanlanepgh](https://avatars.githubusercontent.com/u/23223170?v=4)](https://github.com/seanlanepgh "seanlanepgh (3 commits)")[![DaanGeurts](https://avatars.githubusercontent.com/u/2170399?v=4)](https://github.com/DaanGeurts "DaanGeurts (1 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")[![williamrenfrew](https://avatars.githubusercontent.com/u/12625062?v=4)](https://github.com/williamrenfrew "williamrenfrew (1 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/synergitech-creditsafe-connect/health.svg)

```
[![Health](https://phpackages.com/badges/synergitech-creditsafe-connect/health.svg)](https://phpackages.com/packages/synergitech-creditsafe-connect)
```

###  Alternatives

[kreait/firebase-php

Firebase Admin SDK

2.4k39.7M72](/packages/kreait-firebase-php)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[aporat/store-receipt-validator

PHP receipt validator for Apple App Store and Amazon Appstore

6503.9M9](/packages/aporat-store-receipt-validator)[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[fschmtt/keycloak-rest-api-client-php

PHP client to interact with Keycloak's Admin REST API.

4684.7k2](/packages/fschmtt-keycloak-rest-api-client-php)

PHPackages © 2026

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