PHPackages                             answear/fan-courier-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/fan-courier-bundle

ActiveSymfony-bundle

answear/fan-courier-bundle
==========================

Symfony bundle for FanCourier API.

3.0.0(11mo ago)08.2k↓34.6%MITPHPPHP ^8.4

Since Oct 25Pushed 11mo ago2 watchersCompare

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

READMEChangelog (7)Dependencies (15)Versions (8)Used By (0)

FanCourier bundle
=================

[](#fancourier-bundle)

FanCourier integration for Symfony.
Documentation of the API can be found here: [https://www.fancourier.ro/wp-content/uploads/2023/07/EN\_FANCourier\_API-2.0-160523.pdf](https://www.fancourier.ro/wp-content/uploads/2023/07/EN_FANCourier_API-2.0-160523.pdf)

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

[](#installation)

- install with Composer

```
composer require answear/fan-courier-bundle

```

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

Setup
-----

[](#setup)

```
# config/packages/answear_fancourier.yaml
answear_fan_courier:
    username: yourUsername
    password: yourPassword
    apiUrl: apiUrl
    logger: customLogger #default: null
```

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

Usage
-----

[](#usage)

### Get pickup points

[](#get-pickup-points)

```
namespace App\Service\PickupPointsImporter;

use Answear\FanCourierBundle\Service\PickupPointService;

class FanCourierImport
{
    public function __construct(
        private PickupPointService $pickupPointService,
    ) {
    }

    /**
     * @return PickupPointDTO[]
     */
    public function getPickupPoints(): array
    {
        return $this->pickupPointService->getAll();
    }
}
```

Above `getPickupPoints` method will return an array of `Answear\FanCourierBundle\DTO\PickupPointDTO` objects.

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

41

—

FairBetter than 89% of packages

Maintenance51

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 54.2% 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 ~98 days

Recently: every ~64 days

Total

7

Last Release

343d ago

Major Versions

1.0.1 → 2.0.02024-09-20

2.2.1 → 3.0.02025-06-03

PHP version history (3 changes)1.0.0PHP &gt;=8.1

2.1.0PHP ^8.2

3.0.0PHP ^8.4

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/answear-fan-courier-bundle/health.svg)

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

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

19462.3M1.3k](/packages/drupal-core)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[drupal/core-recommended

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

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

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

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

PHPackages © 2026

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