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. kos4live/acldoctrinequery-bundle

ActiveSymfony-bundle

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 2mo 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 54% 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

4676d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/94286b659bcd3d89674da47a492f19f08bcd2199b8a664e1c1c8bb21f1ece082?d=identicon)[kos4live](/maintainers/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

[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)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[open-dxp/opendxp

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

7310.3k29](/packages/open-dxp-opendxp)[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.

1022.4k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

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