2017 © Pedro Peláez
 

library clearbit-php

Clearbit API client

image

wisembly/clearbit-php

Clearbit API client

  • Monday, November 28, 2016
  • by guillaumepotier
  • Repository
  • 10 Watchers
  • 8 Stars
  • 19,550 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 13 Versions
  • 2 % Grown

The README.md

clearbit-php

PHP SDK for Clearbit API (http://clearbit.com)., (*1)

This SDK is NOT official, heavily inspired by docker-php., (*2)

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

Clearbit and its API belongs to Clearbit., (*4)

Install

This client use httplug for http client. Please select a client for your application and select a MessageFactory., (*5)

Example with guzzle6 as client and guzzlehttp as message factory:, (*6)

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

Basic usage

<?php

require_once 'vendor/autoload.php';

use Clearbit\Clearbit;

$clearbit = Clearbit::create($token);
$combined = $clearbit->getCombined('foo@bar.com');

var_dump($combined->getPerson());
var_dump($combined->getCompany());

Testing

Run bin/phpunit, (*7)

Resources

Resources this API supports:, (*8)

Uri Methods Comments
https://person.clearbit.com/v2/combined/find?email=:email GET

Developer

This client is build using jane-openapi. To generate the classes:, (*9)

./vendor/bin/jane-openapi generate combined-swagger.json Clearbit\\Generated generated

Licence

See LICENCE file., (*10)

The Versions

05/07 2016

2.0.x-dev

2.0.9999999.9999999-dev

Clearbit API client

  Sources   Download

MIT

The Requires

 

The Development Requires

05/07 2016

2.0.0

2.0.0.0

Clearbit API client

  Sources   Download

MIT

The Requires

 

The Development Requires

28/01 2016

1.0.x-dev

1.0.9999999.9999999-dev

Clearbit API client built on top of Guzzle 3

  Sources   Download

MIT

The Requires

 

api guzzle clearbit clearbit.com

28/01 2016

0.2.1

0.2.1.0

Clearbit API client built on top of Guzzle 3

  Sources   Download

MIT

The Requires

 

api guzzle clearbit clearbit.com

22/12 2015

dev-api-version

dev-api-version

Clearbit API client built on top of Guzzle 3

  Sources   Download

MIT

The Requires

 

The Development Requires

api guzzle clearbit clearbit.com

22/12 2015

0.2.0

0.2.0.0

Clearbit API client built on top of Guzzle 3

  Sources   Download

MIT

The Requires

 

The Development Requires

api guzzle clearbit clearbit.com

15/12 2015

0.1.0

0.1.0.0

Clearbit API client built on top of Guzzle 3

  Sources   Download

MIT

The Requires

 

The Development Requires

api guzzle clearbit clearbit.com

02/07 2015

0.0.4

0.0.4.0

Clearbit API client built on top of Guzzle 3

  Sources   Download

MIT

The Requires

 

The Development Requires

api guzzle clearbit clearbit.com

30/06 2015

0.0.3

0.0.3.0

Clearbit API client built on top of Guzzle 3

  Sources   Download

MIT

The Requires

 

The Development Requires

api guzzle clearbit clearbit.com

30/06 2015

0.0.2

0.0.2.0

Clearbit API client built on top of Guzzle 3

  Sources   Download

MIT

The Requires

 

The Development Requires

api guzzle clearbit clearbit.com

30/06 2015

0.0.1

0.0.1.0

Clearbit API client built on top of Guzzle 3

  Sources   Download

MIT

The Requires

 

The Development Requires

api guzzle clearbit clearbit.com