PHPackages                             forgie1/gls-soap-api - 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. forgie1/gls-soap-api

ActiveProject[API Development](/categories/api)

forgie1/gls-soap-api
====================

GLS SOAP API

v2.0.4(3y ago)03.8k↓50%MITPHPPHP &gt;=8.0

Since Jul 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/forgie1/gls-soap-api)[ Packagist](https://packagist.org/packages/forgie1/gls-soap-api)[ Docs](http://www.artweby.cz)[ RSS](/packages/forgie1-gls-soap-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

SOAP API for GLS services
=========================

[](#soap-api-for-gls-services)

APi name and Documentation:
---------------------------

[](#api-name-and-documentation)

**GLS Online Api v.18.09.12.01**

See PDF document in `doc` directory.

Usage
-----

[](#usage)

For Allowed endpoints see: `\GlsSoapApi\GlsClient::ALLOWED_ENDPOINTS`

```
$client = new \GlsSoapApi\GlsClient('endPoint', 'userName', 'password', 'senderId', 'testMode');

$requestData = new \GlsSoapApi\Requests\Entities\PrintLabelRequestData();
$requestData
    ->set ....;

$request = new \GlsSoapApi\Requests\PrintLabelRequest($requestData)

$response = $client->send($request);
```

**Available Requests:**

- PrintLabelRequest
- DeleteLabelsRequest
- ModifyCodRequest

### TestMode

[](#testmode)

If `GlsClient()` is created with `$testMode = true` credentials and country are ignored, request is made to test server and result is logged by &amp;logger.

**Logging:**

Use `GlsClient::setLogger()`.

Web client
----------

[](#web-client)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Recently: every ~102 days

Total

6

Last Release

1235d ago

Major Versions

1.0.0 → v2.0.02021-11-04

PHP version history (2 changes)1.0.0PHP &gt;=7.2

v2.0.1PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c29e64965cbf1a80ba668d22386f18831bae962ba4c9d654b6888bdef73422e?d=identicon)[forgie](/maintainers/forgie)

---

Top Contributors

[![forgie1](https://avatars.githubusercontent.com/u/13380093?v=4)](https://github.com/forgie1 "forgie1 (15 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/forgie1-gls-soap-api/health.svg)

```
[![Health](https://phpackages.com/badges/forgie1-gls-soap-api/health.svg)](https://phpackages.com/packages/forgie1-gls-soap-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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