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

ActiveLibrary[API Development](/categories/api)

wisembly/clearbit-php
=====================

Clearbit API client

2.1.0(9y ago)922.9k6[1 issues](https://github.com/Wisembly/clearbit-php/issues)MITPHPPHP ^5.4 || ^7.0

Since Jun 30Pushed 9y ago10 watchersCompare

[ Source](https://github.com/Wisembly/clearbit-php)[ Packagist](https://packagist.org/packages/wisembly/clearbit-php)[ RSS](/packages/wisembly-clearbit-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (10)Versions (13)Used By (0)

clearbit-php
============

[](#clearbit-php)

PHP SDK for Clearbit API ().

This SDK is NOT official, heavily inspired by [docker-php](https://github.com/docker-php/docker-php).

We developed and maintain this library for our own usage and released it open source (see LICENCE.md) if it could help.

Clearbit and its API belongs to Clearbit.

Install
-------

[](#install)

This client use [httplug](http://httplug.io/) for http client. Please [select](http://docs.php-http.org/en/latest/httplug/users.html) a client for your application and [select](http://docs.php-http.org/en/latest/message/message-factory.html) a MessageFactory.

Example with guzzle6 as client and guzzlehttp as message factory:

```
"wisembly/clearbit-php": "^2.0",
"php-http/guzzle6-adapter": "^1.0",
"guzzlehttp/psr7": "^1.2"

```

Basic usage
-----------

[](#basic-usage)

```
