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

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

answear/boxnow-bundle
=====================

Symfony bundle for BoxNow API.

2.5.0(1w ago)210.0k↓44.9%MITPHPPHP ^8.4

Since Jun 19Pushed 1w ago2 watchersCompare

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

READMEChangelog (10)Dependencies (48)Versions (12)Used By (0)

BoxNow bundle
=============

[](#boxnow-bundle)

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

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

[](#installation)

- install with Composer

```
composer require answear/boxnow-bundle

```

`Answear\BoxNowBundle\AnswearBoxNowBundle::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_boxnow.yaml
answear_box_now:
    clientId: yourClientId
    clientSecret: yourClientSecret
    apiUrl: apiUrl #default: 'https://locationapi-stage.boxnow.gr'
    logger: customLogger #default: null
```

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

Usage
-----

[](#usage)

### Authorization

[](#authorization)

```
/** @var \Answear\BoxNowBundle\Service\AuthorizationService $authorizationService **/
$auth = $authorizationService->authorize();

$auth->getAccessToken();
$auth->getExpiresIn();
$auth->getTokenType();
```

will return `\Answear\BoxNowBundle\Response\AuthorizationResponse`.

### Pickup points

[](#pickup-points)

```
/** @var \Answear\BoxNowBundle\Service\PickupPointService $pickupPoints **/
$pickupPoints->getAll(token: 'accessToken');
```

will return `\Answear\BoxNowBundle\DTO\PickupPointDTO[]`.

Or with locationapi (ex. [https://locationapi-stage.boxnow.gr/v1/apms\_el-GR.json](https://locationapi-stage.boxnow.gr/v1/apms_el-GR.json))

```
/** @var \Answear\BoxNowBundle\Service\PickupPointService $pickupPoints **/
$pickupPoints->getAllByRegion(\Answear\BoxNowBundle\Enum\RegionEnum::Cyprus);
```

will return `\Answear\BoxNowBundle\DTO\PickupPointDTO[]` only for Cyprus (available Greece, Cyprus, Croatia, Bulgaria).

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

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity68

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

Recently: every ~95 days

Total

10

Last Release

11d ago

Major Versions

1.1.1 → 2.0.02025-06-03

PHP version history (3 changes)v1.0.0PHP &gt;=8.1

1.1.0PHP ^8.2

2.0.0PHP ^8.4

### Community

Maintainers

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

---

Top Contributors

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

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

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

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

The Shopware e-commerce core

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

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

6942.5M421](/packages/drupal-core-recommended)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)

PHPackages © 2026

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