PHPackages                             fw4/whise-webservices - 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. fw4/whise-webservices

Abandoned → [fw4/whise-api](/?search=fw4%2Fwhise-api)Library[API Development](/categories/api)

fw4/whise-webservices
=====================

PHP library for implementing WHISE Webservices

1.1.6(11mo ago)31.9k1MITPHPPHP ^7.1|^8.0

Since Jul 1Pushed 11mo ago3 watchersCompare

[ Source](https://github.com/fw4-bvba/whise-webservices)[ Packagist](https://packagist.org/packages/fw4/whise-webservices)[ RSS](/packages/fw4-whise-webservices/feed)WikiDiscussions master Synced today

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

Whise WebServices
=================

[](#whise-webservices)

PHP client for the [Whise](https://www.whise.eu) webservices.

**⚠️ The Whise webservices are deprecated and will be shut down September 2022. It's strongly recommended to use the [Whise API](https://github.com/fw4-bvba/whise-api) instead.**

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

[](#installation)

`composer require fw4/whise-webservices`

Usage
-----

[](#usage)

```
$client = new \Whise\WebServices('12345');
$estates = $client->getEstateList([
    'CountryID' => 1
]);
foreach ($estates as $estate) var_dump($estate->id);
```

It's also possible to construct requests through objects:

```
$request = new \Whise\Request\GetEstateListRequest();
$request->countryID = 1;
$request->zipList = [1000];

$client = new \Whise\WebServices('12345');
$estates = $client->getEstates($request);
foreach ($estates as $estate) var_dump($estate->id);
```

Properties on both requests and responses are implemented case insensitively.

Pagination
----------

[](#pagination)

When iterating over a response containing multiple objects, sequential pagination requests will automatically be sent in the background.

Due to unresolved bugs in the webservices, counting some responses might return an incorrect amount.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance50

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity72

Established project with proven stability

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

Recently: every ~315 days

Total

14

Last Release

354d ago

PHP version history (3 changes)1.0.0PHP ^7.0

1.0.2PHP ^7.1

1.1.0PHP ^7.1|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2fe7a44c5e07cf8dd0eed2941b88dcab03342fb149ede5347b3467bc17691d4e?d=identicon)[Fyrts](/maintainers/Fyrts)

---

Top Contributors

[![fyrts](https://avatars.githubusercontent.com/u/5918336?v=4)](https://github.com/fyrts "fyrts (25 commits)")

---

Tags

apisdkwebserviceswhisewhoman

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fw4-whise-webservices/health.svg)

```
[![Health](https://phpackages.com/badges/fw4-whise-webservices/health.svg)](https://phpackages.com/packages/fw4-whise-webservices)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)

PHPackages © 2026

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