An open API service indexing awesome lists of open source software.

https://github.com/mcmatters/clearbit-api


https://github.com/mcmatters/clearbit-api

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

## Clearbit API PHP Client

### Installation

```bash
composer require mcmatters/clearbit-api
```

### Usage

```php
autocomplete()->lookupByCompany('amgrade');

$client = new \McMatters\ClearbitApi\ClearbitClient('sk_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX');
$companies = $client->combined()->lookupByEmail('d.borzyonok@amgrade.com');
```