PHPackages                             addressix/addressixapi-client-php - 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. addressix/addressixapi-client-php

ActiveLibrary[API Development](/categories/api)

addressix/addressixapi-client-php
=================================

Client library for Addressix API

1.2.1(9y ago)0752Apache-2.0PHPPHP &gt;=5.2.1

Since Jan 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/addressix/addressixapi-client-php)[ Packagist](https://packagist.org/packages/addressix/addressixapi-client-php)[ Docs](https://github.com/addressix/addressixapi-client-php)[ RSS](/packages/addressix-addressixapi-client-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)DependenciesVersions (3)Used By (0)

Addressix API PHP Client
========================

[](#addressix-api-php-client)

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

[](#installation)

You can either use **Composer** or directly use the **git source**.

Using Composer
--------------

[](#using-composer)

To install via [composer](https://getcomposer.org) follow the [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

```
$ composer require addressix/addressixapi-client-php
```

Be sure to include the composer autoload in your project

```
require_once '/path/to/your-project/vendor/autoload.php';
```

### Using Git

[](#using-git)

```
$ git@github.com:addressix/addressixapi-client-php.git
```

Usage
-----

[](#usage)

### Initialization

[](#initialization)

```
$client = new \AddressixAPI\Client(
  array('clientid' => '',
        'secret' => '',
        'redirect_uri' => ''
  ));
```

The Client takes a config array with the following mandatory parameters:

- clientid (String): your apps client id
- secret (String): your apps secret
- redirect\_uri (String): the oauth2callback url (which must be registered)

Optional options:

- endpoint (String): Overwrite the default Addressix API endpoint
- verifyssl (boolean): wheter to verify the SSL peer (default true)

Obtain the Apps Client ID and Secret on [Create API Application](https://www.addressix.com/developer/apps/)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3307d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/18ed68ad2259c8a634d5d6e49aad5a8fe0ea65f5ff3565a918b867e43a89c20b?d=identicon)[mbaumer](/maintainers/mbaumer)

---

Top Contributors

[![baumic](https://avatars.githubusercontent.com/u/12517796?v=4)](https://github.com/baumic "baumic (34 commits)")

---

Tags

phpapiaddressix

### Embed Badge

![Health badge](/badges/addressix-addressixapi-client-php/health.svg)

```
[![Health](https://phpackages.com/badges/addressix-addressixapi-client-php/health.svg)](https://phpackages.com/packages/addressix-addressixapi-client-php)
```

###  Alternatives

[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

13998.4k2](/packages/jstolpe-instagram-graph-api-php-sdk)

PHPackages © 2026

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