PHPackages                             printu/elektroniczny-nadawca - 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. printu/elektroniczny-nadawca

ActiveLibrary[API Development](/categories/api)

printu/elektroniczny-nadawca
============================

Elektroniczny Nadawca WebAPI

v14.1.0(2y ago)1373.2k↓12.2%51MITPHPPHP ^7.4|^8.1

Since Sep 26Pushed 2y ago3 watchersCompare

[ Source](https://github.com/printu/ElektronicznyNadawca)[ Packagist](https://packagist.org/packages/printu/elektroniczny-nadawca)[ Docs](https://e-nadawca.poczta-polska.pl/)[ RSS](/packages/printu-elektroniczny-nadawca/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (13)Used By (1)

ElektronicznyNadawca
====================

[](#elektronicznynadawca)

PHP bindings for the e-nadawca Poczta Polska ().

[API Documentation](https://e-nadawca.poczta-polska.pl/download/en_webapi_v87_20230620.zip)

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

[](#installation)

The API client can be installed via [Composer](https://github.com/composer/composer).

In your composer.json file:

```
{
    "require": {
        "printu/elektroniczny-nadawca": "^14.0.0"
    }
}
```

Once the composer.json file is created you can run `composer install` for the initial package install and `composer update` to update to the latest version of the API client.

Example
-------

[](#example)

```
require_once __DIR__ . '/vendor/autoload.php';
/**
 * Minimal options
 */
$options = [
    WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_URL => \PocztaPolska\EnumType\WsdlType::getPath(),
    WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_CLASSMAP => \PocztaPolska\ClassMap::get(),
    WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_LOGIN = "login",
    WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_PASSWORD = "secret",
];
/**
 * Samples for Service ServiceType
 */
$service = new \PocztaPolska\ServiceType\Service($options);
/**
 * Sample call for addShipment operation/method
 */
if ($service->addShipment(new \PocztaPolska\StructType\AddShipment()) !== false) {
    print_r($service->getResult());
} else {
    print_r($service->getLastError());
}
```

License
-------

[](#license)

MIT license. See the [LICENSE](LICENSE) file for more details.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity79

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

Recently: every ~465 days

Total

10

Last Release

825d ago

Major Versions

1.0.64 → 14.0.02023-09-22

PHP version history (2 changes)1.0.43PHP &gt;=5.4

14.0.0PHP ^7.4|^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d18c97e2d383c42375622c3af1878920cadf5c93b2c6c6365e6db59b801e508?d=identicon)[krzaczek](/maintainers/krzaczek)

---

Top Contributors

[![krzaczek](https://avatars.githubusercontent.com/u/5773701?v=4)](https://github.com/krzaczek "krzaczek (55 commits)")

---

Tags

clientsoapPoczta Polskae-nadawcaelektroniczny nadawca

###  Code Quality

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/printu-elektroniczny-nadawca/health.svg)

```
[![Health](https://phpackages.com/badges/printu-elektroniczny-nadawca/health.svg)](https://phpackages.com/packages/printu-elektroniczny-nadawca)
```

###  Alternatives

[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k22.6M232](/packages/openai-php-client)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69433.0M114](/packages/algolia-algoliasearch-client-php)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[codedredd/laravel-soap

A SoapClient wrapper integration for Laravel

221516.6k3](/packages/codedredd-laravel-soap)[camcima/camcima-soap-client

Wrapper around PHP SoapClient class

2672.0k2](/packages/camcima-camcima-soap-client)[sourcetoad/soapy

A Soap Client built for Laravel.

1294.4k2](/packages/sourcetoad-soapy)

PHPackages © 2026

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