Libraries tagged by access controller
efficiently/authority-controller
33264 Downloads
AuthorityController is an PHP authorization library for Laravel 5 which restricts what resources a given user is allowed to access.
dotkernel/dot-controller-plugin-forms
2436 Downloads
DotKernel controller forms plugin for easy access to forms inside controllers
qkskima/api
217 Downloads
A lightweight TYPO3 API middleware providing a clean, Extbase-free way to define REST-style endpoints under /api/* paths. Includes CSRF protection, frontend authentication support, and allows endpoint access from Fluid without plugins or TypoScript. Ideal for lean SPA-like applications, HTML-over-the-wire workflows, or lightweight headless-style integrations without a frontend build pipeline.
bupy7/yii2-ajaxfilter
3849 Downloads
Filter deny or allow access to actions of controllers.
vcian/laravel-code-insights
87 Downloads
Display all list of controllers, repositories, models, traits, and helpers, allowing you to easily explore and access them
modularize-rbac/laravel
50 Downloads
Laravel bridge for modularize-rbac/core: Eloquent repositories, HTTP controllers, migrations, and optional Spatie permissions adapter.
matejkucera/laravel-acl
322 Downloads
Library for Laravel which provides ACL configuration based on user role and accessed controllers.
coderockr/soa
824 Downloads
Silex Controller Provider to provide SOA access to Doctrine entities and services
yudhees/laravel-vue-controller
15 Downloads
To Access Laravel Controller Inside a vue file
scarbous/mr_controller_access
6 Downloads
degordian/yii2-frontend-controller
19 Downloads
A special controller for your frontend department that allows for easy access to any view/layout combination without going through their respective controllers (avoiding the need to login or have a db).
devbr/router
515 Downloads
Access Controller for your website (Router)
jlorente/yii2-roles
93 Downloads
A Yii2 extension that includes the concept of roles in the framework. Useful to handle user access to controllers actions allowed only for some roles and filter database resources.
sajjadhossainshohag/laravel-permission-scanner
4 Downloads
Permission Scanner Tool is a scans your application for @can, @canany, and permission middleware usage in controllers, routes, and Blade views. It helps developers analyze and manage role-based access control (RBAC) by extracting all permission-related directives efficiently.
curly-deni/laravel-permission-kit
12 Downloads
A unified Laravel toolkit for permission and policy management, combining multiple packages for controllers, policies, attributes, and scopes.