laravel-doctrine/acl
Composer 安装命令:
composer require laravel-doctrine/acl
包简介
ACL for Laravel and Doctrine
关键字:
README 文档
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.
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.
laravel-doctrine/acl 适用场景与选型建议
laravel-doctrine/acl 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 475.62k 次下载、GitHub Stars 达 44, 最近一次更新时间为 2015 年 09 月 14 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「database」 「orm」 「data mapper」 「doctrine」 「acl」 「laravel」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 laravel-doctrine/acl 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 laravel-doctrine/acl 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 laravel-doctrine/acl 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Shoot aims to make providing data to your templates more manageable
Dibi is Database Abstraction Library for PHP
Kinikit - PHP Application development framework MVC component
Store your language lines in the database, yaml or other sources
PHP Database ORM for Symfony1. Do NOT use for new projects: please move to a newest Symfony release and Doctrine2
Adds the EDTF data type to Wikibase
统计信息
- 总下载量: 475.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 45
- 点击次数: 26
- 依赖项目数: 7
- 推荐数: 5
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-14
