PHPackages                             cors/document-auth - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. cors/document-auth

ActivePimcore-bundle[Authentication &amp; Authorization](/categories/authentication)

cors/document-auth
==================

CORS - Document Auth

0.4.0(11mo ago)26.0k2GPL-3.0-or-laterPHPPHP &gt;=8.0

Since Nov 11Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/cors-gmbh/pimcore-document-auth)[ Packagist](https://packagist.org/packages/cors/document-auth)[ Docs](http://www.cors.gmbh)[ RSS](/packages/cors-document-auth/feed)WikiDiscussions main Synced 1mo ago

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

CORS Property Basic Auth
------------------------

[](#cors-property-basic-auth)

> THIS BUNDLE IS DUAL LICENSED UNDER GPL-3.0 FOR PIMCORE 10 AND PIMCORE 11 AND MIT FOR PIMCORE 12 AND ABOVE.

This bundles allows to add basic auth based on Properties on Pimcore Documents.

Simply use these properties

- **password\_enabled** Checkbox: Enable and disable the password
- **password\_username** Text: Username
- **password\_password** Text: Password as RAW Text

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

[](#installation)

1. Install Bundle `composer require cors/document-auth`
2. Enable Bundle `bin/console pimcore:bundle:enable CORSDocumentAuthBundle`
3. Copy Security config into the security config

Security Config
---------------

[](#security-config)

```
security:
    enable_authenticator_manager: true

    password_hashers:
      Symfony\Component\Security\Core\User\InMemoryUser: 'auto'

    providers:
        document_auth_provider:
            id: CORS\Bundle\DocumentAuthBundle\Security\UserProvider

    firewalls:
        document_auth:
            request_matcher: CORS\Bundle\DocumentAuthBundle\Security\RequestMatcher
            http_basic:
                realm: Site
                provider: document_auth_provider

    access_control:
      - { path: ^/, role: ROLE_USER, attributes: {'_firewall_context': 'document_auth'}}
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance50

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.6% 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 ~215 days

Recently: every ~88 days

Total

7

Last Release

355d ago

### Community

Maintainers

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

---

Top Contributors

[![dpfaffenbauer](https://avatars.githubusercontent.com/u/5981845?v=4)](https://github.com/dpfaffenbauer "dpfaffenbauer (11 commits)")[![breakone](https://avatars.githubusercontent.com/u/4848121?v=4)](https://github.com/breakone "breakone (2 commits)")[![codingioanniskrikos](https://avatars.githubusercontent.com/u/70688027?v=4)](https://github.com/codingioanniskrikos "codingioanniskrikos (1 commits)")

---

Tags

pimcore

###  Code Quality

Code StyleECS

### Embed Badge

![Health badge](/badges/cors-document-auth/health.svg)

```
[![Health](https://phpackages.com/badges/cors-document-auth/health.svg)](https://phpackages.com/packages/cors-document-auth)
```

###  Alternatives

[dachcom-digital/members

Pimcore User, Object, Asset and Document Authentication

5690.0k](/packages/dachcom-digital-members)[coreshop/core-shop

CoreShop - Pimcore eCommerce

289197.5k10](/packages/coreshop-core-shop)[dachcom-digital/formbuilder

Pimcore FormBuilder - create forms easily!

96269.7k](/packages/dachcom-digital-formbuilder)[pimcore/frontend-permission-toolkit-bundle

Provides a way to configure permissions for frontend applications in data objects.

20188.7k1](/packages/pimcore-frontend-permission-toolkit-bundle)[dachcom-digital/toolbox

Pimcore Project Kickstarter

67126.4k4](/packages/dachcom-digital-toolbox)[dachcom-digital/seo

Pimcore SEO Enrichment Bundle

36217.3k2](/packages/dachcom-digital-seo)

PHPackages © 2026

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