PHPackages                             answear/inpost-pickup-point-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/inpost-pickup-point-bundle

ActiveSymfony-bundle

answear/inpost-pickup-point-bundle
==================================

API Client for Inpost.

4.0.0(11mo ago)015.6k↓46.2%MITPHPPHP ^8.4

Since Mar 24Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/answear/inpost-pickup-point-bundle)[ Packagist](https://packagist.org/packages/answear/inpost-pickup-point-bundle)[ RSS](/packages/answear-inpost-pickup-point-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (16)Versions (10)Used By (0)

Inpost Bundle
=============

[](#inpost-bundle)

Inpost integration for Symfony Documentation of the API can be found here:

Instalation
-----------

[](#instalation)

- install with Composer

```
composer require answear/inpost-pickup-point-bundle

```

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

Usage
-----

[](#usage)

### Find parcel machines

[](#find-parcel-machines)

```
use Answear\InpostBundle\Command\FindPoints;
use Answear\InpostBundle\Request\FindPointsRequestBuilder;

$findPointsRequest = (new FindPointsRequestBuilder())->build();

/** @var FindPoints $findPointsCommand */
$findOfficeResponse = $findPointsCommand->findPoints($findPointsRequest);
```

#### FindPointsRequestBuilder

[](#findpointsrequestbuilder)

This class allows you to quickly search for specific parcel machines

- **Example:** search parcel machine with given name

```
use Answear\InpostBundle\Request\FindPointsRequestBuilder;

$findPointsRequest = (new FindPointsRequestBuilder())
                        ->setName('AK1001')
                        ->build();
```

**Available methods**

- setName (*string*)
- setNames (*array*)
- setType (*PointType*)
- setTypes (*PointType\[\]*)
- setFunction (*PointFunctionsType*)
- setFunctions (*PointFunctionsType\[\]*)
- setPartnerId (*integer*)
- setPartnersId (*array*)
- setIsNext (*boolean*)
- setPaymentAvailable (*boolean*)
- setPostCode (*string*)
- setPostCodes (*array*)
- setCity (*string*)
- setCities (*array*)
- setProvince (*string*)
- setVirtual (*integer*)
- setVirtuals (*array*)
- setUpdatedFrom (*DateTimeInterface*)
- setUpdatedTo (*DateTimeInterface*)
- setPage (*integer*)
- setPerPage (*integer*)

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance50

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~120 days

Total

9

Last Release

350d ago

Major Versions

1.0.1 → 2.0.02022-08-18

2.0.0 → 3.0.02024-02-06

3.1.1 → 4.0.02025-06-03

PHP version history (5 changes)1.0.0PHP &gt;=7.4

2.0.0PHP &gt;=7.4|^8.0

3.0.0PHP ^8.1

3.1.0PHP ^8.2

4.0.0PHP ^8.4

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/499384a9b1608d172d356bbbd2121bd221c2feb29132a0a1371f959f612fc00c?d=identicon)[lukasz-falda](/maintainers/lukasz-falda)

---

Top Contributors

[![konradkozaczenko](https://avatars.githubusercontent.com/u/57705320?v=4)](https://github.com/konradkozaczenko "konradkozaczenko (14 commits)")[![yekovalenkoa](https://avatars.githubusercontent.com/u/152966920?v=4)](https://github.com/yekovalenkoa "yekovalenkoa (9 commits)")[![lukasz-falda](https://avatars.githubusercontent.com/u/55883656?v=4)](https://github.com/lukasz-falda "lukasz-falda (6 commits)")[![olekans](https://avatars.githubusercontent.com/u/135211410?v=4)](https://github.com/olekans "olekans (2 commits)")[![ropczan](https://avatars.githubusercontent.com/u/24248440?v=4)](https://github.com/ropczan "ropczan (2 commits)")[![Wiktor6](https://avatars.githubusercontent.com/u/24683748?v=4)](https://github.com/Wiktor6 "Wiktor6 (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/answear-inpost-pickup-point-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

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

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

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19562.3M1.3k](/packages/drupal-core)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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