PHPackages                             kerogos/gls-polska - 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. kerogos/gls-polska

ActiveLibrary[API Development](/categories/api)

kerogos/gls-polska
==================

GLS Polska ADE-Plus WebAPI2 SOAP client for Laravel 7

1.1.3(1mo ago)128BSL-1.0PHPPHP &gt;=7.4

Since May 1Pushed 1mo agoCompare

[ Source](https://github.com/kerogos/gls-polska)[ Packagist](https://packagist.org/packages/kerogos/gls-polska)[ RSS](/packages/kerogos-gls-polska/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (3)Versions (12)Used By (0)

gls-polska
==========

[](#gls-polska)

![GitHub version](https://camo.githubusercontent.com/ea1e8eaab970b6489ebf70d20a54bc65f75b78c03b17b670b99f578329ee8b39/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e302e302d6c6967687467726579)[![GitHub license](https://camo.githubusercontent.com/ab22259e92da7ae6c076437daeb05f584114a276fb6f38e46edacd654362ef77/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6b65726f676f732f676c732d706f6c736b61)](https://github.com/kerogos/gls-polska/blob/master/LICENSE)[![GitHub issues](https://camo.githubusercontent.com/fd7ceba28bab9570c65c3e422b1b1e20d588fcb5b9958b2a2ec049650d18e1b3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6b65726f676f732f676c732d706f6c736b61)](https://github.com/kerogos/gls-polska/issues)

[język polski](https://github.com/kerogos/gls-polska#polski)[english](https://github.com/kerogos/gls-polska#english)

polski
------

[](#polski)

### Opis

[](#opis)

Pakiet jest wraperem do Laravela do obsługi ADE-Plus WebAPI 2 z GLS [dokumentacja metod](https://adeplus.gls-poland.com/adeplus/pm1/manuals/webapi2_pl/index.htm). Pakiet działa z Laravelem &gt;= 7.x

### Instalacja

[](#instalacja)

W projekcie uruchom

```
composer require kerogos/gls-polska
```

Należy następnie skopiować plik konfiguracyjny wykonując następującą metodę

```
php artisan vendor:publish --provider=kerogos/gls-polska/GlsPolskaServiceProvider --tag=config
```

w pliku .env należy wypełnić następujące pola

```
GLS_ADE_SANDBOX=true/false
GLS_ADE_USERNAME=login_do_api
GLS_ADE_PASSWORD=hasło_do_api

```

GLS\_ADE\_SANDBOX przyjmuje wartość true, jeżeli ma być podłączenie do testowego API, jeżeli false to do produkcyjnego. Domyślnie jest false.

### Użycie

[](#użycie)

#### API ADEPlus

[](#api-adeplus)

```
use Kerogos\GlsPolska;
/*(...)*/
$api = new Kerogos\GlsPolska\Services\AdeTTClient();
$response = $api->getTrace('TRACKING_NO');
```

W przypadku klas wymagających uwierzytelnienia (wypełnienia struktury AuthData), można to pominąć.

#### API Track&amp;Trace

[](#api-tracktrace)

```
use Kerogos\GlsPolska;
/*(...)*/
$api = new Kerogos\GlsPolska\Services\AdePlusClient();
$response = $api->login();
```

### Licencja

[](#licencja)

Pakiet jest na licencji Boost Software License - Version 1.0

english
-------

[](#english)

### Description

[](#description)

This is Laravel package for Poland GLS ADEPlus webapi2 [documentation for existing methods](https://adeplus.gls-poland.com/adeplus/pm1/manuals/webapi2_pl/index.htm). Package works on Laravel 7 and above.

### Installation

[](#installation)

In your project run fallowing command

```
composer require kerogos/gls-polska
```

Next publish config files:

```
php artisan vendor:publish --provider=kerogos/gls-polska/GlsPolskaServiceProvider --tag=config
```

In .env fie please add this directives

```
GLS_ADE_SANDBOX=true/false
GLS_ADE_USERNAME=your_login_to_api
GLS_ADE_PASSWORD=your_password_to_api

```

GLS\_ADE\_SANDBOX if is true then will be use sandbox api, if false production api. Default false.

### Usage

[](#usage)

```
use Kerogos\GlsPolska;
/*(...)*/
$api = new Kerogos\GlsPolska\Services\AdePlusClient();
$response = $api->login();
```

AuthData can be skipped in DTO class.

### Licencja

[](#licencja-1)

Package is provided on Boost Software License - Version 1.0

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance90

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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

Total

11

Last Release

51d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e4232d43e29baf81db7bbc38de40d9399e0e5b849a35f1b1ff099c63d31b9cd5?d=identicon)[kerogos](/maintainers/kerogos)

---

Top Contributors

[![kerog](https://avatars.githubusercontent.com/u/2870694?v=4)](https://github.com/kerog "kerog (29 commits)")

---

Tags

laravelglswebapi2gls-polskaade-plus

### Embed Badge

![Health badge](/badges/kerogos-gls-polska/health.svg)

```
[![Health](https://phpackages.com/badges/kerogos-gls-polska/health.svg)](https://phpackages.com/packages/kerogos-gls-polska)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M1.0k](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

293.1k](/packages/eslazarev-wildberries-sdk)[flat3/lodata

OData v4.01 Producer for Laravel

99351.7k](/packages/flat3-lodata)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.6k](/packages/simplestats-io-laravel-client)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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