PHPackages                             ziptastic/ziptastic - 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. [API Development](/categories/api)
4. /
5. ziptastic/ziptastic

ActiveLibrary[API Development](/categories/api)

ziptastic/ziptastic
===================

PHP SDK for the Ziptastic Lookup API

2.0.0(7y ago)89.8k↑221.4%2MITPHPPHP &gt;=7.1

Since Dec 17Pushed 7y ago3 watchersCompare

[ Source](https://github.com/Ziptastic/ziptastic-php)[ Packagist](https://packagist.org/packages/ziptastic/ziptastic)[ RSS](/packages/ziptastic-ziptastic/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (7)Versions (4)Used By (0)

Ziptastic PHP
=============

[](#ziptastic-php)

[![Latest Stable Version](https://camo.githubusercontent.com/7b448fa9a888677643581f86a430558805ad9b393cd90816da51e32b3899403a/68747470733a2f2f706f7365722e707567782e6f72672f7a69707461737469632f7a69707461737469632f762f737461626c65)](https://packagist.org/packages/ziptastic/ziptastic) [![Build Status](https://camo.githubusercontent.com/bc5c3afa43e61e77beb6ad803afc85651e7d227d7e292ca300c0139d85b640d0/68747470733a2f2f7472617669732d63692e6f72672f5a69707461737469632f7a69707461737469632d7068702e737667)](https://travis-ci.org/Ziptastic/ziptastic-php) [![Test Coverage](https://camo.githubusercontent.com/87c06a5cf38d774734f21aa50188cd0313d22b246773b7a95ee05b6df081d46f/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f5a69707461737469632f7a69707461737469632d7068702f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/Ziptastic/ziptastic-php/coverage)

This library is a simple interface for the [Ziptastic API](https://www.getziptastic.com/).

Using Ziptastic requires an API key.

Installing
----------

[](#installing)

Ziptastic PHP can be installed via composer:

```
composer require ziptastic/ziptastic

```

Ziptastic PHP relies on [HTTPlug](http://httplug.io/) to make API requests. HTTPlug is an abstraction which allows you to choose from any one of a large number of HTTP clients, including the client you might already have installed.

For more information on getting started with HTTPlug, please refer to the [HTTPlug for library users](http://docs.php-http.org/en/latest/httplug/users.html)documentation.

To just get moving right now, install a couple common dependencies:

```
composer require php-http/curl-client guzzlehttp/psr7 php-http/message

```

Usage
-----

[](#usage)

```
