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

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

answear/acs-bundle
==================

Symfony bundle for ACS api.

4.1.0(1w ago)013.2k↓35.7%MITPHPPHP ^8.4

Since May 31Pushed 1w ago2 watchersCompare

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

READMEChangelog (9)Dependencies (26)Versions (13)Used By (0)

ACS stations bundle
===================

[](#acs-stations-bundle)

ACS pickup point integration for Symfony.

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

[](#installation)

- install with Composer

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

```

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

Setup
-----

[](#setup)

- provide required config data: `apiKey`, `companyId`, `companyId`, `userId`, `userPassword`

```
# config/packages/answear_acs.yaml
answear_gls:
    apiKey:
    companyId:
    companyPassword:
    userId:
    userPassword:
    language: //default GR
```

Usage
-----

[](#usage)

### Get ParcelShops

[](#get-parcelshops)

```
/** @var \Answear\AcsBundle\Service\ParcelShopsService $parcelShopService **/
$parcelShopService->getList(CountryIdEnum $countryId, ?int $kind = null);
```

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

Where `countryId` is Greece or Cyprus, and `kind` is shop kind according to ACS documentation, `null` means all kinds

### Error handling

[](#error-handling)

- `Answear\AcsBundle\Exception\ServiceUnavailable` for all `GuzzleException`
- `Answear\AcsBundle\Exception\MalformedResponse` for incorrect responses

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

55

—

FairBetter than 97% of packages

Maintenance98

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity73

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

Recently: every ~162 days

Total

9

Last Release

12d ago

Major Versions

1.0.1 → 2.0.02022-08-17

2.1.1 → 3.0.02024-09-30

3.0.1 → 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://avatars.githubusercontent.com/u/15999529?v=4)[Joanna Rawska](/maintainers/jrawska)[@jrawska](https://github.com/jrawska)

---

Top Contributors

[![jrawska](https://avatars.githubusercontent.com/u/15999529?v=4)](https://github.com/jrawska "jrawska (8 commits)")[![lukasz-falda](https://avatars.githubusercontent.com/u/55883656?v=4)](https://github.com/lukasz-falda "lukasz-falda (5 commits)")[![Wiktor6](https://avatars.githubusercontent.com/u/24683748?v=4)](https://github.com/Wiktor6 "Wiktor6 (5 commits)")[![konradkozaczenko](https://avatars.githubusercontent.com/u/57705320?v=4)](https://github.com/konradkozaczenko "konradkozaczenko (3 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.5k5.9M738](/packages/sylius-sylius)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M576](/packages/shopware-core)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k51.2M339](/packages/api-platform-core)[drupal/core

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

21866.0M1.7k](/packages/drupal-core)

PHPackages © 2026

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