PHPackages                             kirimemail/clearbit-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. kirimemail/clearbit-php

ActiveLibrary[API Development](/categories/api)

kirimemail/clearbit-php
=======================

(unofficial) PHP SDK for Clearbit

1.0.1(7y ago)0107MITPHPPHP ~7.0

Since Apr 29Pushed 7y ago2 watchersCompare

[ Source](https://github.com/kirimemail/clearbit-php)[ Packagist](https://packagist.org/packages/kirimemail/clearbit-php)[ RSS](/packages/kirimemail-clearbit-php/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Clearbit PHP API Client
=======================

[](#clearbit-php-api-client)

Clearbit API Client. Currently supporting the Enrichment API, but the entire API is on the roadmap for implementation. The current implementation uses v2 endpoints.

Install
-------

[](#install)

Via Composer

```
$ composer require kirimemail/clearbit-api
```

Quick Start
-----------

[](#quick-start)

This implementation supports using one or multiple api keys. If a single key is used, clients are generated using static functions, otherwise instance methods generate clients.

### Using a single key

[](#using-a-single-key)

All of the following examples assume the following step:

```
use Kirimemail\Clearbit\Clearbit;

Clearbit::setKey('token');
```

#### Calculates an associated risk score

[](#calculates-an-associated-risk-score)

```
$calculate = Clearbit::createRiskApi();
$calculate->risk([ 'email' => 'test@test.com', 'ip' => '127.0.0.1']);
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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

2619d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1147539?v=4)[Gamalan](/maintainers/gamalan)[@gamalan](https://github.com/gamalan)

![](https://avatars.githubusercontent.com/u/4883169?v=4)[Reka Prihatanto](/maintainers/r3k4)[@r3k4](https://github.com/r3k4)

---

Top Contributors

[![r3k4](https://avatars.githubusercontent.com/u/4883169?v=4)](https://github.com/r3k4 "r3k4 (6 commits)")

### Embed Badge

![Health badge](/badges/kirimemail-clearbit-php/health.svg)

```
[![Health](https://phpackages.com/badges/kirimemail-clearbit-php/health.svg)](https://phpackages.com/packages/kirimemail-clearbit-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/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.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

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

Files.com PHP SDK

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

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

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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