PHPackages                             wiatrogon/php-allegro-webapi - 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. wiatrogon/php-allegro-webapi

ActiveLibrary[API Development](/categories/api)

wiatrogon/php-allegro-webapi
============================

Truly simple PHP client for Allegro WebAPI

0.0.1(9y ago)0442PHPPHP &gt;=5.2

Since Aug 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Wiatrogon/php-allegro-webapi)[ Packagist](https://packagist.org/packages/wiatrogon/php-allegro-webapi)[ RSS](/packages/wiatrogon-php-allegro-webapi/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

php-allegro-webapi
==================

[](#php-allegro-webapi)

Truly simple PHP client for Allegro WebAPI
------------------------------------------

[](#truly-simple-php-client-for-allegro-webapi)

Just create new client instance and start coding.

You don't even have to login explicitly, it's done under the hood.

Point it to sandbox if you like your code tested.

Disable SOAP\_SINGLE\_ELEMENT\_ARRAYS option, which is set by default, if you like to make your life harder.

It won't set for you fields that are required by most methods (webapiKey, sessionId, sessionHandle), altough it will attempt to handle expired (1h+) sessions gracefuly.

Usage:
------

[](#usage)

```
$client = new AllegroWebAPI($webapiKey, $login, $password);

$params = array(
    'countryId' => AllegroWebAPI::COUNTRY_PL,
    'webapiKey' => $client->webapiKey,
    'packageElement' => 29
);
$client->doGetCatsDataLimit($params);

$params = array(
    'sessionHandle' => $client->sessionHandle,
    'startingPoint' => 12345678910
);
$client->doGetSiteJournal($params);

$sandbox = new AllegroWebAPI($webapiKey, $login, $password,
                             AllegroWebAPI::COUNTRY_PL, TRUE);

$params = array(
    'countryId' => AllegroWebApi::COUNTRY_PL,
    'webapiKey' => $sandbox->webapiKey,
    'packageElement' => 10
);

$sandbox->doGetCatsDataLimit($params);

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

3603d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11462938?v=4)[wiatrogon](/maintainers/wiatrogon)[@Wiatrogon](https://github.com/Wiatrogon)

---

Tags

soapallegro

### Embed Badge

![Health badge](/badges/wiatrogon-php-allegro-webapi/health.svg)

```
[![Health](https://phpackages.com/badges/wiatrogon-php-allegro-webapi/health.svg)](https://phpackages.com/packages/wiatrogon-php-allegro-webapi)
```

###  Alternatives

[laminas/laminas-soap

6223.0M41](/packages/laminas-laminas-soap)[gusapi/gusapi

Gus Api Library for PHP

1371.6M8](/packages/gusapi-gusapi)[codedredd/laravel-soap

A SoapClient wrapper integration for Laravel

223543.3k3](/packages/codedredd-laravel-soap)[afipsdk/afip.php

Libreria para usar los Web Services de AFIP (Argentina)

290130.3k5](/packages/afipsdk-afipphp)[besimple/soap-client

Build and consume SOAP Client based web services

582.3M14](/packages/besimple-soap-client)[piotrooo/wsdl-creator

PHP WSDL creator using PHPdoc (annotations, reflections).

83161.5k2](/packages/piotrooo-wsdl-creator)

PHPackages © 2026

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