PHPackages                             nightstomp/kickbox-fork - 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. nightstomp/kickbox-fork

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

nightstomp/kickbox-fork
=======================

Official kickbox API library client for PHP

2.0.5(10y ago)07MITPHP

Since Mar 16Pushed 10y ago3 watchersCompare

[ Source](https://github.com/nightstomp/kickbox-php)[ Packagist](https://packagist.org/packages/nightstomp/kickbox-fork)[ Docs](http://kickbox.io)[ RSS](/packages/nightstomp-kickbox-fork/feed)WikiDiscussions master Synced 4w ago

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

 [![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)

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 [kickbox.io](http://kickbox.io) and create a free account. Once you've signed up and logged in, click on **API Settings** and then click **Add API Key**. Take note of the generated API Key - you'll need it to setup the client as explained below.

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

[](#installation)

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

Add the following to your composer.json

```
{
    "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.

#### Versions

[](#versions)

Works with \[ 5.4 / 5.5 \]

Usage
-----

[](#usage)

```
