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(12y ago)11271MITPHPPHP &gt;=5.3.3

Since Mar 20Pushed 12y 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 yesterday

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 52% 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

4724d 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

[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.9M387](/packages/easycorp-easyadmin-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k12](/packages/2lenet-crudit-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[open-dxp/opendxp

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

9421.6k60](/packages/open-dxp-opendxp)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

939.0k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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