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

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

kos4live/acldoctrinequery-bundle
================================

Symfony2 Helper Bundle for ACL

1.0.3(13y ago)11271MITPHPPHP &gt;=5.3.3

Since Mar 20Pushed 13y ago1 watchersCompare

[ Source](https://github.com/kos4live/AclDoctrineQueryBundle)[ Packagist](https://packagist.org/packages/kos4live/acldoctrinequery-bundle)[ Docs](https://github.com/kos4live/AclDoctrineQueryBundle)[ RSS](/packages/kos4live-acldoctrinequery-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

AclDoctrineQueryBundle
======================

[](#acldoctrinequerybundle)

Helper Bundle for Symfony2 ACL

Usage:
------

[](#usage)

```
$aclQueryHelper = $this->get('kos4live.acl_doctrine_query.helper');
$em = $this->getDoctrine()->getManager();
$qb = $em->createQueryBuilder();

$qb = $qb->select('p')
    ->from('Entity\Product', 'p');
$qb->setMaxResults(10);

$permissions = array('view');
$user = $this->getUser();

// The returned query object is a clone, you can alway use $qb->getQuery() to get the original query object
$query = $aqlQueryHelper->apply($qb, $permissions, $user);

$result = $query->getArrayResult();

```

The $user parameter of apply() is optional and if is not set or null, the securityContext would use to determine the current user.

Don't forget add to AppKernel.php new kos4live\\AclDoctrineQueryBundle\\kos4liveAclDoctrineQueryBundle(),

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~42 days

Total

4

Last Release

4769d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1617083?v=4)[kos4live](/maintainers/kos4live)[@kos4live](https://github.com/kos4live)

---

Top Contributors

[![kos4live](https://avatars.githubusercontent.com/u/1617083?v=4)](https://github.com/kos4live "kos4live (12 commits)")[![smurfy](https://avatars.githubusercontent.com/u/805790?v=4)](https://github.com/smurfy "smurfy (2 commits)")

### Embed Badge

![Health badge](/badges/kos4live-acldoctrinequery-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M424](/packages/easycorp-easyadmin-bundle)[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.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-bundle)[kimai/kimai

Kimai - Time Tracking

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

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

3.8k3.9M535](/packages/pimcore-pimcore)[open-dxp/opendxp

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

9626.1k68](/packages/open-dxp-opendxp)

PHPackages © 2026

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