PHPackages                             kickbox/kickbox - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. kickbox/kickbox

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

kickbox/kickbox
===============

Official kickbox API library client for PHP

3.0.0(3y ago)591.1M↓48.5%36[1 issues](https://github.com/kickboxio/kickbox-php/issues)[1 PRs](https://github.com/kickboxio/kickbox-php/pulls)4MITPHP

Since Jun 12Pushed 3y ago7 watchersCompare

[ Source](https://github.com/kickboxio/kickbox-php)[ Packagist](https://packagist.org/packages/kickbox/kickbox)[ Docs](https://kickbox.com)[ RSS](/packages/kickbox-kickbox/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (10)Dependencies (3)Versions (16)Used By (4)

 [![Kickbox Email Verification Service](https://camo.githubusercontent.com/f851d769253442d262f6ce04c09d6ab577c074da245351403d68d71bbee100f4/68747470733a2f2f7374617469632e6b69636b626f782e696f2f6b69636b626f785f6769746875622e706e67)](https://camo.githubusercontent.com/f851d769253442d262f6ce04c09d6ab577c074da245351403d68d71bbee100f4/68747470733a2f2f7374617469632e6b69636b626f782e696f2f6b69636b626f785f6769746875622e706e67)

Email Verification Library for PHP
==================================

[](#email-verification-library-for-php)

[![Travis CI](https://camo.githubusercontent.com/e04e7a68cadd44bd839156f35b6401477e0588ab1b011579e31222b86b92df5a/68747470733a2f2f7472617669732d63692e6f72672f6b69636b626f78696f2f6b69636b626f782d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kickboxio/kickbox-php)[![Downloads](https://camo.githubusercontent.com/f4253d42df752a5f083438a3d3e3b9dbf4ae24c865cfe61c4c2895501c3bd061/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b69636b626f782f6b69636b626f782e7376673f6d61784167653d33363030)](https://packagist.org/packages/kickbox/kickbox)[![Packagist](https://camo.githubusercontent.com/c801bebb17c2aa1ecbfa011491871ae2c5ad05000aa6ba780b490a64b9b027d2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b69636b626f782f6b69636b626f782e7376673f6d61784167653d33363030)](https://packagist.org/packages/kickbox/kickbox)[![Slack Status](https://camo.githubusercontent.com/45da4f2835051d65213620f6992aaebd75a2c1b6ca84f1e2d0adc8b0a391d13e/687474703a2f2f736c61636b2e6b69636b626f782e696f2f62616467652e737667)](http://slack.kickbox.com)

Kickbox determines if an email address is not only valid, but associated with a actual user. Uses include:

- Preventing users from creating accounts on your applications using fake, misspelled, or throw-away email addresses.
- Reducing bounces by removing old, invalid, and low quality email addresses from your mailing lists.
- Saving money and projecting your reputation by only sending to real email users.

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

[](#getting-started)

To begin, hop over to [app.kickbox.com](https://app.kickbox.com) and create a free account. Once you've signed up and logged in, click on **API Settings** and then click **Add API Key**. Copy the generated API Key. You'll need it to setup the client as explained below.

You will need PHP 7.4 or higher, some PHP extensions (most notably curl, dom, mbstring if working with the unit tests) and composer.

Support for PHP 7.4 is provided on a legacy branch. See

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

[](#installation)

Make sure you have [composer](https://getcomposer.org) installed.

```
{
    "require": {
        "kickbox/kickbox": "*"
    }
}
```

Update your dependencies

```
$ php composer.phar update
```

> This package follows the `PSR-0` convention names for its classes, which means you can easily integrate these classes loading in your own autoloader.

Usage
-----

[](#usage)

```
