PHPackages                             answear/poczta-polska-bundle - 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. answear/poczta-polska-bundle

AbandonedArchivedSymfony-bundle

answear/poczta-polska-bundle
============================

Poczta Polska integration for Symfony.

1.0.0(5y ago)25MITPHPPHP &gt;=7.3

Since May 14Pushed 1y ago3 watchersCompare

[ Source](https://github.com/answear/poczta-polska-bundle)[ Packagist](https://packagist.org/packages/answear/poczta-polska-bundle)[ RSS](/packages/answear-poczta-polska-bundle/feed)WikiDiscussions master Synced 2d ago

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

Poczta Polska Bundle
====================

[](#poczta-polska-bundle)

Poczta Polska integration for Symfony.
Documentation regarding integration of a shop with pickup points can be found here: .

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

[](#installation)

- install with Composer

```
composer require answear/poczta-polska-bundle

```

`Answear\PocztaPolskaBundle\AnswearPocztaPolskaBundle::class => ['all' => true],`
should be added automatically to your `config/bundles.php` file by Symfony Flex.

Usage
-----

[](#usage)

1. Fetch array of Poczta Polska Pickup Points

```
use Answear\PocztaPolskaBundle\Request\FetchPickupPointsRequest;

// ...

/**
 * @var FetchPickupPointsRequest
 */
private $fetchPickupPointsRequest;

public function __construct(
    ...
    FetchPickupPointsRequest $fetchPickupPointsRequest
) {
    ...
    $this->fetchPickupPointsRequest = $fetchPickupPointsRequest;
}

...

public function pickupPoints(): Response
{
    $pickupPoints = $this->fetchPickupPointsRequest->request();
    ...
}
```

Final notes
-----------

[](#final-notes)

Feel free to open pull requests with new features, improvements or bug fixes. The Answear team will be grateful for any comments.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.5% 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

2183d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/09395def7b7f6c5cfa2cd4b2a115036b9b0c007c16edc114071ddab8b2505f34?d=identicon)[malarzm](/maintainers/malarzm)

---

Top Contributors

[![SzymonKaminski](https://avatars.githubusercontent.com/u/8536735?v=4)](https://github.com/SzymonKaminski "SzymonKaminski (8 commits)")[![olekans](https://avatars.githubusercontent.com/u/135211410?v=4)](https://github.com/olekans "olekans (3 commits)")[![malarzm](https://avatars.githubusercontent.com/u/4947711?v=4)](https://github.com/malarzm "malarzm (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/answear-poczta-polska-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/answear-poczta-polska-bundle/health.svg)](https://phpackages.com/packages/answear-poczta-polska-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[veewee/xml

XML without worries

1835.9M29](/packages/veewee-xml)[api-platform/state

API Platform state interfaces

223.4M57](/packages/api-platform-state)[sulu/content-bundle

Experimental content implementation for sulu.

17112.3k1](/packages/sulu-content-bundle)

PHPackages © 2026

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