Laravel 11 – 13
PHP 8.3+
Low commit activity in last 18 months
A long-lived project that still receives updates
ACL for Laravel and Doctrine
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

mockery/mockery
^1.3.1
phpunit/phpunit
^11.5
^11.0 || ^12.0 || ^13.0
^10.2 || ^11.0
doctrine/coding-standard
^12.0
php-parallel-lint/php-parallel-lint
^1.4
phpstan/phpstan
^2.1
phpstan/phpstan-deprecation-rules
^2.0

Runtime

^11.0 || ^12.0 || ^13.0
^11.0 || ^12.0 || ^13.0
^11.0 || ^12.0 || ^13.0
^11.0 || ^12.0 || ^13.0
 Project Readme

Laravel Doctrine ACL

Laravel Doctrine ACL is a package that provides RBAC (Role-Based Access Control) functionality for Laravel applications using Doctrine. It allows you to manage roles, permissions, and organisations, and seamlessly integrates with Laravel's Authorization system.

Build Status Code Coverage PHPStan Documentation Packagist Downloads

Installation

Via composer:

composer require laravel-doctrine/acl

The ServiceProvider and Facades are autodiscovered.

Publish the configuration:

php artisan vendor:publish --tag="config" --provider="LaravelDoctrine\ACL\AclServiceProvider"

Documentation

Full documentation at https://laravel-doctrine-acl.readthedocs.io/en/latest/index.html or in the docs directory.

Versions

  • Version 2.1.* supports Laravel 11-13, ORM ^3.0, DBAL ^4.0, and PHP 8.3 to 8.5
  • Version 2.0.* supports Laravel 11-13, ORM ^3.0, DBAL ^4.0, and PHP 8.2.
  • Version 1 supports Laravel 6 - 11, DBAL ^2.0, ORM ^2.0, and PHP ^5.5 - ^8.0.