Skip to content

kirimemail/clearbit-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Via Composer

$ composer require kirimemail/clearbit-api

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

All of the following examples assume the following step:

use Kirimemail\Clearbit\Clearbit;

Clearbit::setKey('token');

Calculates an associated risk score

$calculate = Clearbit::createRiskApi();
$calculate->risk([ 'email' => '[email protected]', 'ip' => '127.0.0.1']);

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages