PHPackages                             cuyz/webz - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. cuyz/webz

ActiveLibrary[HTTP &amp; Networking](/categories/http)

cuyz/webz
=========

Library that aims to abstract calls to different WebServices (in HTTP or SOAP)

0.12.0(5y ago)937.5k↓50%MITPHPPHP ^7.4 | ^8.0

Since Nov 18Pushed 2y ago3 watchersCompare

[ Source](https://github.com/Mopolo/WebZ)[ Packagist](https://packagist.org/packages/cuyz/webz)[ Docs](https://github.com/CuyZ/WebZ)[ RSS](/packages/cuyz-webz/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (18)Versions (14)Used By (0)

WebZ
====

[](#webz)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4929e4e9a1603b4880e8c3f27b1dc15d47274a1352eae53036f1c62432e7e587/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6375797a2f7765627a2e737667)](https://packagist.org/packages/cuyz/webz)[![Master](https://github.com/CuyZ/WebZ/workflows/Tests/badge.svg?branch=master&event=push)](https://github.com/CuyZ/WebZ/actions?query=workflow%3ATests)[![Total Downloads](https://camo.githubusercontent.com/cc546a0257652878daf460edf8efdc1f958d24979cccc9b0fb9e103727cb783a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6375797a2f7765627a2e737667)](https://packagist.org/packages/cuyz/webz)[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE)

⚠️ This project is in the experimental phase. The API may change any time.

The complete documentation is available at:

WebZ is a library that aims to abstract calls to different WebServices (in HTTP or SOAP).

It automatically handles caching, events and parsing results to an array.

```
$bus = WebServiceBus::builder()
    ->withTransport(new HttpTransport())
    ->withTransport(new SoapTransport())
    ->withCache(new SomeCacheStore())
    ->withEventDispatcher(new SomeEventsDispatcher())
    ->build();

// Synchronous
$foo = $bus->call(new GetFooWebService(123));

// Asynchronous
$promises = $bus->callAsync(
    new GetFooWebService(123),
    new GetFooWebService(456),
);

foreach ($promises as $promise) {
    $foo = $promise->wait();
}
```

Licence
-------

[](#licence)

The MIT License (MIT). Please see [License File](https://github.com/CuyZ/WebZ/blob/master/LICENCE) for more information.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Recently: every ~36 days

Total

12

Last Release

1858d ago

PHP version history (2 changes)0.1.0PHP ^7.4

0.11.0PHP ^7.4 | ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e50aab3fc5e1aeffab6210c5cbe277a73cfd07ee44da36278bc9b05f41770f7?d=identicon)[Mopolo](/maintainers/Mopolo)

---

Top Contributors

[![Mopolo](https://avatars.githubusercontent.com/u/1319234?v=4)](https://github.com/Mopolo "Mopolo (71 commits)")

---

Tags

httpphpsoapwebservicehttpsoapwebservice

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/cuyz-webz/health.svg)

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

###  Alternatives

[kreait/firebase-php

Firebase Admin SDK

2.4k39.7M72](/packages/kreait-firebase-php)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[shopify/shopify-api

Shopify API Library for PHP

4634.8M16](/packages/shopify-shopify-api)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)[laudis/neo4j-php-client

Neo4j-PHP-Client is the most advanced PHP Client for Neo4j

184616.9k31](/packages/laudis-neo4j-php-client)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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