PHPackages                             recognize/dwh-application-symfony-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. recognize/dwh-application-symfony-bundle

ActiveLibrary[API Development](/categories/api)

recognize/dwh-application-symfony-bundle
========================================

An API connector

2.0.2(1y ago)07.7k[6 PRs](https://github.com/recognizegroup/dwh-application-symfony-bundle/pulls)LGPL-3.0-onlyPHPPHP ^8.1.0

Since Jun 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/recognizegroup/dwh-application-symfony-bundle)[ Packagist](https://packagist.org/packages/recognize/dwh-application-symfony-bundle)[ RSS](/packages/recognize-dwh-application-symfony-bundle/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (36)Used By (0)

Recognize DWH Application Bundle
================================

[](#recognize-dwh-application-bundle)

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

[](#installation)

### Security

[](#security)

Add the following in `config/packages/security.yaml`: User provider:

```
providers:
    dwhsecurity:
        id: Recognize\DwhApplication\Security\DwhUserProvider
```

User encoder (currently only bcrypt supported):

```
encoders:
    Recognize\DwhApplication\Model\DwhUser: bcrypt
```

Firewall for the DWH-bridge:

```
firewalls:
    recognize_dhw:
        pattern: ^/api/dwh
        http_basic:
            realm: Recognize DWH
            provider: dwhsecurity
        anonymous: false
        stateless: true
```

Ensure authentication for DWH-API paths:

```
access_control:
    - { path: ^/api/dwh, roles: ROLE_DWH_BRIDGE }
```

### Configuration

[](#configuration)

The encrypted token requires a token that is encrypted with the specified encryption.

```
recognize_dwh:
    protocol_version: 1.0.0
    specification_version: 1.0.0
    encryption: bcrypt
    encrypted_token: $2y$12$ADbwlXKfMjsHKayFlBSuLuu02FkrtgzdNWfCOrzWrCR8zkSoNsUfG
```

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity79

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

Recently: every ~216 days

Total

27

Last Release

550d ago

Major Versions

0.0.3 → 1.0.02019-06-05

1.4.5 → 2.0.02024-01-31

PHP version history (3 changes)0.0.1PHP ^7.1.0

1.4.4PHP ^7.1.0|^8.0.0

2.0.0PHP ^8.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/bce78b57213b8c05ebe560eb1d46f10765616ff377245affe5749e9a4fcb9087?d=identicon)[juulhobert](/maintainers/juulhobert)

![](https://www.gravatar.com/avatar/db5ca14252a2e05408f3efebcd014c7fd2b92b38601bf26cb62833a1f128f961?d=identicon)[bartwesselink](/maintainers/bartwesselink)

---

Top Contributors

[![bartwesselink](https://avatars.githubusercontent.com/u/4162677?v=4)](https://github.com/bartwesselink "bartwesselink (13 commits)")[![gerkestam2](https://avatars.githubusercontent.com/u/31032287?v=4)](https://github.com/gerkestam2 "gerkestam2 (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![tom-reinders](https://avatars.githubusercontent.com/u/6444039?v=4)](https://github.com/tom-reinders "tom-reinders (6 commits)")[![wslaghekke](https://avatars.githubusercontent.com/u/617558?v=4)](https://github.com/wslaghekke "wslaghekke (1 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/recognize-dwh-application-symfony-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/recognize-dwh-application-symfony-bundle/health.svg)](https://phpackages.com/packages/recognize-dwh-application-symfony-bundle)
```

###  Alternatives

[sylius/sylius

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

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

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

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

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1714.8k8](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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