rob-lester-jr04/zoom-info-php

There is no license information available for the latest version (dev-master) of this package.

A PHP SDK for consuming the ZoomInfo Enrichment API

dev-master 2021-08-13 16:19 UTC

This package is auto-updated.

Last update: 2024-03-13 22:12:51 UTC


README

Installation

Install via composer

composer require rob-lester-jr04/zoom-info-php

Usage

use ZoomInfo\ZoomInfo;

$z = new ZoomInfo([
	'username' => '...',
	'password' => '...'
]);

$company = $z->search->company([
	'companyName' => 'ZoomInfo'
]);