PHPackages                             answear/overseas-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. [API Development](/categories/api)
4. /
5. answear/overseas-bundle

ActiveSymfony-bundle[API Development](/categories/api)

answear/overseas-bundle
=======================

Symfony bundle for Overseas api.

4.1.0(9mo ago)014.5k↓50%MITPHPPHP ^8.4

Since Sep 9Pushed 9mo ago3 watchersCompare

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

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

Overseas pickup point bundle
============================

[](#overseas-pickup-point-bundle)

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

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

[](#installation)

- install with Composer

```
composer require git@github.com:answear/overseas-bundle.git

```

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

Setup
-----

[](#setup)

- provide required config data: `environment` and `apiKey`

```
# config/packages/answear_overseas.yaml
answear_overseas:
    environment: test|prod
    apiKey: yourApiKey
    logger: yourCustomLoggerService #default: null
```

Logger service must implement `Psr\Log\LoggerInterface` interface.

Usage
-----

[](#usage)

### Get ParcelShops

[](#get-parcelshops)

@see

```
/** @var \Answear\OverseasBundle\Service\ParcelShopsService $parcelShopService **/
$parcelShopService->get();
```

will return `\Answear\OverseasBundle\Response\DTO\ParcelShop[]` array.

### Get Places

[](#get-places)

@see

```
$zipCode = 12345;
$name = 'name';
$approx = true;

/** @var \Answear\OverseasBundle\Service\PlacesService $placesService **/
$placesService->get($zipCode, $name, $approx);
```

will return `\Answear\OverseasBundle\Response\DTO\Place[]` array narrowed down to params. or simply

```
$placesService->get();
```

to get all places.

### Error handling

[](#error-handling)

- `Answear\OverseasBundle\Exception\ServiceUnavailableException` for all `GuzzleException`
- `MalformedResponseException` for partner other errors
- `Answear\OverseasBundle\Exception\BadRequestException` if validation failed or for error response

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

46

—

FairBetter than 93% of packages

Maintenance56

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 55.3% 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 ~109 days

Recently: every ~75 days

Total

14

Last Release

293d ago

Major Versions

1.3.0 → 2.0.02022-08-18

2.3.0 → 3.0.02024-10-02

3.0.2 → 4.0.02025-06-03

PHP version history (3 changes)1.0.0PHP &gt;=7.4|^8.0

3.0.0PHP ^8.2

4.0.0PHP ^8.4

### Community

Maintainers

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

---

Top Contributors

[![lukasz-falda](https://avatars.githubusercontent.com/u/55883656?v=4)](https://github.com/lukasz-falda "lukasz-falda (26 commits)")[![Wiktor6](https://avatars.githubusercontent.com/u/24683748?v=4)](https://github.com/Wiktor6 "Wiktor6 (11 commits)")[![konradkozaczenko](https://avatars.githubusercontent.com/u/57705320?v=4)](https://github.com/konradkozaczenko "konradkozaczenko (5 commits)")[![mglowala](https://avatars.githubusercontent.com/u/12442828?v=4)](https://github.com/mglowala "mglowala (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-overseas-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/answear-overseas-bundle/health.svg)](https://phpackages.com/packages/answear-overseas-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)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[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)[googleads/googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP

67410.3M25](/packages/googleads-googleads-php-lib)

PHPackages © 2026

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