PHPackages                             maescool/awwsavoclient - 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. maescool/awwsavoclient

ActiveLibrary

maescool/awwsavoclient
======================

AWWSAVO Soap client for getting stock info at Accell

1.0.0(6y ago)07BSD-2-ClausePHPPHP &gt;= 7.2

Since May 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Maescool/AWWSAVOClient)[ Packagist](https://packagist.org/packages/maescool/awwsavoclient)[ Docs](https://github.com/Maescool/AWWSAVOClient)[ RSS](/packages/maescool-awwsavoclient/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

PHP AWWSAVOClient
=================

[](#php-awwsavoclient)

About
-----

[](#about)

*AWWSAVOClient* is a PHP library to get the current stock status of suppliers using Accel-it-services.

The methods and variables are in dutch, since the soap wsdl is also defined in this language. I have documented this however in english.

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

[](#installation)

```
composer require maescool/awwsavoclient
```

Usage
-----

[](#usage)

### getVoorraad

[](#getvoorraad)

the *getVoorraad* method returns an object with the data or throws an exception at failure.

```
/* Call the Composer autoloader */
require '../vendor/autoload.php';
use AWWSAVO\Client\AWWSAVOClient;

## these values are max 10 digits in length.
$leveranciercode = "yoursuppliercode";
$usercode = "yourusercode";
$wachtwoord = "yourpassword";

try {
    $client = new AWWSAVOClient($leveranciercode, $usercode, $wachtwoord);
    # Get the supply status from a certain article, based on article code
    # the article code must be a string, no longer than 15 digits.
    $data = $client->getVoorraad("8715019301322");
    var_dump($data);
} catch (Exception $e) {
    echo $e->getMessage();
}
```

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

2191d ago

### Community

Maintainers

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

---

Top Contributors

[![Maescool](https://avatars.githubusercontent.com/u/197110?v=4)](https://github.com/Maescool "Maescool (2 commits)")

### Embed Badge

![Health badge](/badges/maescool-awwsavoclient/health.svg)

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

PHPackages © 2026

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