PHPackages                             pananames/php-api-client - 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. pananames/php-api-client

ActiveLibrary[API Development](/categories/api)

pananames/php-api-client
========================

PHP client for Pananames APIv2

v1.0.2(3y ago)01.7kMITPHPPHP ^8.0

Since Sep 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Pananames/php-api-client)[ Packagist](https://packagist.org/packages/pananames/php-api-client)[ RSS](/packages/pananames-php-api-client/feed)WikiDiscussions master Synced 1mo ago

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

Pananames.com API
=================

[](#pananamescom-api)

- API version: 1.0.0

    This package introduces APIv2 for Pananames services using PHP 7.x. PHP8.x version will follow shortly.

Requirements
------------

[](#requirements)

PHP 7.1 - 8.1

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
	"require": {
		"pananames/php-api-client": "^1.0"
	}
}

```

or run `composer require pananames/php-api-client`.

### Usage

[](#usage)

```
