PHPackages                             saintsweeto/hunterio - 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. saintsweeto/hunterio

ActiveLibrary

saintsweeto/hunterio
====================

A PHP wrapper for Hunter.io v2 API

1.0.1(6y ago)26.2k1[1 PRs](https://github.com/saintsweeto/hunterio/pulls)MITPHP

Since Oct 20Pushed 4y agoCompare

[ Source](https://github.com/saintsweeto/hunterio)[ Packagist](https://packagist.org/packages/saintsweeto/hunterio)[ RSS](/packages/saintsweeto-hunterio/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Hunter.io
=========

[](#hunterio)

A PHP wrapper for Hunter v2 API.

Getting Started
---------------

[](#getting-started)

### Initialization

[](#initialization)

```
use Hiraya\Hunter;

$hunter = new Hunter();

```

### API Calls

[](#api-calls)

#### Domain Search

[](#domain-search)

The Domain Search returns all the email addresses found using one given domain name, with sources.

```
$hunter->searchDomain('hirayasolutions.co.nz');

```

You can add optional parameters by passing an array

```
$hunter->searchDomain('hirayasolutions.co.nz', ['limit' => 20, 'offset' => 1]);

```

#### Email Finder

[](#email-finder)

This API Call guesses the most likely email of a person using his/her first name, last name and a domain name

```
$hunter->findEmail('hirayasolutions.co.nz', 'EJ', 'Ramos');

```

#### Email Verifier

[](#email-verifier)

This API Call checks the deliverability of a given email address, verifies if it has been found in our database, and returns their sources.

```
$hunter->verifyEmail('info@hirayasolutions.co.nz');

```

#### Email Count

[](#email-count)

This API Call allows you to know how many email addresses we have for one domain or for one company. It's free and doesn't require authentication.

```
$hunter->countEmail('hirayasolutions.co.nz');

```

#### Account Information

[](#account-information)

This API Call enables you to get information regarding your Hunter account at any time. This call is free.

```
$hunter->displayAccount();

```

#### List all your leads

[](#list-all-your-leads)

Returns all the leads already saved in your account. The leads are returned in sorted order, with the most recent leads appearing first.

```
$hunter->listLeads();

```

#### Get a lead

[](#get-a-lead)

Retrieves all the fields of a lead.

```
$hunter->getLead(100128);

```

#### Create a lead

[](#create-a-lead)

Creates a new lead. The parameters must be passed as a JSON hash.

```
$hunter->createLead([
    'email' => 'info@hirayasolutions.co.nz',
    'first_name' => 'EJ',
    'last_name' => 'Ramos',
    'company' => 'Hiraya Solutions',
]);

```

#### Update a lead

[](#update-a-lead)

Updates an existing lead. The updated values must be passed as a JSON hash.

```
$hunter->updateLead(100128, [
    'email' => 'info@hirayasolutions.co.nz',
    'first_name' => 'EJ',
    'last_name' => 'Ramos',
    'company' => 'Hiraya Solutions',
]);

```

#### Delete a lead

[](#delete-a-lead)

Deletes an existing lead.

```
$hunter->deleteLead(100128);

```

API Reference
-------------

[](#api-reference)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~781 days

Total

2

Last Release

2347d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23696052?v=4)[saintsweeto](/maintainers/saintsweeto)[@saintsweeto](https://github.com/saintsweeto)

---

Top Contributors

[![saintsweeto](https://avatars.githubusercontent.com/u/23696052?v=4)](https://github.com/saintsweeto "saintsweeto (3 commits)")

---

Tags

hunterhunteriophp-wrapperhunteriohunter-phphunter-sdk

### Embed Badge

![Health badge](/badges/saintsweeto-hunterio/health.svg)

```
[![Health](https://phpackages.com/badges/saintsweeto-hunterio/health.svg)](https://phpackages.com/packages/saintsweeto-hunterio)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
