PHPackages                             iadvize/apirestclient - 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. iadvize/apirestclient

AbandonedArchivedLibrary[API Development](/categories/api)

iadvize/apirestclient
=====================

iAdvize API Rest client

1.3.0(11y ago)149.5k↓46.7%4PHPPHP &gt;=5.4

Since Mar 18Pushed 4y ago3 watchersCompare

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

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

iAdvize Api Client [![CircleCI](https://camo.githubusercontent.com/80dbcaf80cfcd75151b5830947080ecfb4f02e17896a4d1357656a491e807426/68747470733a2f2f636972636c6563692e636f6d2f67682f69616476697a652f6170692d726573742d636c69656e742e7376673f7374796c653d737667)](https://circleci.com/gh/iadvize/api-rest-client) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/c7d9a1de62bad74ca2eb9aae026383dcca08a21828f1dfac27746bc37a8f0d0d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69616476697a652f6170692d726573742d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f733d30653061333265336462343636643133303764623463636262353764306565653065646464663335)](https://scrutinizer-ci.com/g/iadvize/api-rest-client/) [![Code Coverage](https://camo.githubusercontent.com/038521d0b57c4d4800efd9ace18e3f7b2dd2a80a1f4867f88f5da32ed6b2f8d3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69616476697a652f6170692d726573742d636c69656e742f6261646765732f636f7665726167652e706e673f733d34626364663931363733313534393032376633326531343761373264383863353031636438306533)](https://scrutinizer-ci.com/g/iadvize/api-rest-client/)
==================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#iadvize-api-client---)

Library to access iAdvize api

Examples
--------

[](#examples)

### List websites

[](#list-websites)

```
use Iadvize\ApiRestClient\Client;

// Create client
$client = new Client();
$client->setAuthenticationKey(API_KEY);

// Get resource
$website = $client->getResource('website', 123);

// Display resource
if ($website) {
    printf(
        '[%s] — %s - http://%s' . PHP_EOL,
        $website['id'],
        $website['name'],
        $website['url']
    );
} else {
    echo $client->getLastResponse()->getMeta()->getMessage();
}
```

Install
-------

[](#install)

```
composer require iadvize/apirestclient
```

Documentation
-------------

[](#documentation)

You can access the documentation here : [documentation](https://developers.iadvize.com/documentation#resources)

### Launch tests

[](#launch-tests)

```
cp ./phpunix.xml.dist ./phpunix.xml
./vendor/bin/phpunit -c phpunit.xml
```

Contribute
----------

[](#contribute)

Look at contribution guidelines here : [CONTRIBUTING.md](CONTRIBUTING.md)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~81 days

Recently: every ~101 days

Total

6

Last Release

4039d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d2f6c51d2ba0aaa2e8f0255cb7ab2c08c4f81f658b71e8c7953aac21e04a505a?d=identicon)[JulienBreux](/maintainers/JulienBreux)

---

Top Contributors

[![JulienBreux](https://avatars.githubusercontent.com/u/964330?v=4)](https://github.com/JulienBreux "JulienBreux (9 commits)")[![antham](https://avatars.githubusercontent.com/u/4854264?v=4)](https://github.com/antham "antham (1 commits)")[![paulandrieux](https://avatars.githubusercontent.com/u/1942078?v=4)](https://github.com/paulandrieux "paulandrieux (1 commits)")[![samber](https://avatars.githubusercontent.com/u/2951285?v=4)](https://github.com/samber "samber (1 commits)")

---

Tags

apiclientiadvize

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/iadvize-apirestclient/health.svg)

```
[![Health](https://phpackages.com/badges/iadvize-apirestclient/health.svg)](https://phpackages.com/packages/iadvize-apirestclient)
```

###  Alternatives

[gorkalaucirica/hipchat-v2-api-client

Hipchat v2 API client

80223.4k6](/packages/gorkalaucirica-hipchat-v2-api-client)[matthiasnoback/microsoft-translator

Library for making calls to the Microsoft Translator V2 API

39234.2k3](/packages/matthiasnoback-microsoft-translator)[tamara-solution/php-sdk

Tamara PHP Client Library

10259.4k1](/packages/tamara-solution-php-sdk)[webit/w-firma-api

wFirma.pl API

1820.2k](/packages/webit-w-firma-api)[audeio/spotify-web-api

PHP library for the Spotify Web API

671.1k](/packages/audeio-spotify-web-api)[armetiz/airtable-php

Manipulate Airtable API using PHP

209.2k](/packages/armetiz-airtable-php)

PHPackages © 2026

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