PHPackages                             skip405/kickbox-wordpress - 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. skip405/kickbox-wordpress

ActiveLibrary

skip405/kickbox-wordpress
=========================

This package provides a Kickbox Email Verification API-client that uses WordPress HTTP-requests functions. Ideal if you want to employ Kickbox email verification in a WordPress plugin or theme.

v1.0.3(4y ago)07MITPHPPHP &gt;=7.0

Since May 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/skip405/kickbox-wordpress)[ Packagist](https://packagist.org/packages/skip405/kickbox-wordpress)[ RSS](/packages/skip405-kickbox-wordpress/feed)WikiDiscussions main Synced 1mo ago

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

Kickbox Verifications using WordPress request functions
=======================================================

[](#kickbox-verifications-using-wordpress-request-functions)

[![Packagist](https://camo.githubusercontent.com/5d06b8be7019073128e40b2c2205983ec8ef922599a729dabeb2a60d27e40034/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736b69703430352f6b69636b626f782d776f72647072657373)](https://packagist.org/packages/skip405/kickbox-wordpress)[![Packagist](https://camo.githubusercontent.com/67c3a7abe5a4ebea367f0cf8eade91b50d22067fe99ac6ea13069dd7b70f2a2b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736b69703430352f6b69636b626f782d776f72647072657373)](https://packagist.org/packages/skip405/kickbox-wordpress)

This package provides a Kickbox Email Verification API-client that uses WordPress HTTP-requests functions. Ideal if you want to employ Kickbox email verification in a WordPress plugin or theme.

Installation
------------

[](#installation)

Install via composer:

```
composer require skip405/kickbox-wordpress
```

Examples
--------

[](#examples)

### Verify a single email address

[](#verify-a-single-email-address)

```
// include your composer dependencies
require_once 'vendor/autoload.php';

$client = new Skip405\Kickbox\WordPress\Client( "KICKBOX_API_KEY" );

$verified_email = $client->verify( "jane.doe@example.com" );
```

See [response examples](https://github.com/skip405/kickbox-wordpress/wiki/Response-examples) in the wiki.

### Batch verification

[](#batch-verification)

```
// include your composer dependencies
require_once 'vendor/autoload.php';

$client = new Skip405\Kickbox\WordPress\Client( "KICKBOX_API_KEY" );

$batch = $client->verify_batch(
    array( "jane.doe@example.com", "john.doe@example.com" ),
    array( "filename" => "My batch filename" )
);
```

See [response examples](https://github.com/skip405/kickbox-wordpress/wiki/Response-examples) in the wiki.

### Check batch verification status

[](#check-batch-verification-status)

```
// include your composer dependencies
require_once 'vendor/autoload.php';

$client = new Skip405\Kickbox\WordPress\Client( "KICKBOX_API_KEY" );

$batch = $client->verify_batch(
    array( "jane.doe@example.com", "john.doe@example.com" ),
    array( "filename" => "My batch filename" )
);

$batch_status = $client->check_batch( $batch['data']['body']['id'] );
```

See [response examples](https://github.com/skip405/kickbox-wordpress/wiki/Response-examples) in the wiki.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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 ~0 days

Total

4

Last Release

1465d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/03c0b2a17369b8fde4fe8c522a62b33bc984a1cbdde61504c4e486ac579a876c?d=identicon)[skip405](/maintainers/skip405)

---

Top Contributors

[![skip405](https://avatars.githubusercontent.com/u/3109953?v=4)](https://github.com/skip405 "skip405 (15 commits)")

---

Tags

wordpresskickboxemail-verification

### Embed Badge

![Health badge](/badges/skip405-kickbox-wordpress/health.svg)

```
[![Health](https://phpackages.com/badges/skip405-kickbox-wordpress/health.svg)](https://phpackages.com/packages/skip405-kickbox-wordpress)
```

###  Alternatives

[roots/wordpress

WordPress is open source software you can use to create a beautiful website, blog, or app.

19116.9M258](/packages/roots-wordpress)[aristath/kirki

Extending the WordPress customizer

1.3k73.0k4](/packages/aristath-kirki)[wpreadme2markdown/wpreadme2markdown

Convert WordPress Plugin readme.txt to Markdown

9564.6k4](/packages/wpreadme2markdown-wpreadme2markdown)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1810.1k4](/packages/wpstarter-framework)[tacowordpress/tacowordpress

WordPress custom post types that feel like CRUD models

232.2k](/packages/tacowordpress-tacowordpress)

PHPackages © 2026

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