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 yesterday

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

40

—

FairBetter than 86% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 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

596d 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://avatars.githubusercontent.com/u/4354859?v=4)[Juul Hobert](/maintainers/juulhobert)[@juulhobert](https://github.com/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

[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[sylius/sylius

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

8.5k5.9M738](/packages/sylius-sylius)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)

PHPackages © 2026

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