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

Installs: 58

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/rob-lester-jr04/zoom-info-php

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

This package is auto-updated.

Last update: 2025-09-14 01:26:50 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'
]);