Libraries tagged by access controller
efficiently/authority-controller
33250 Downloads
AuthorityController is an PHP authorization library for Laravel 5 which restricts what resources a given user is allowed to access.
bupy7/yii2-ajaxfilter
3826 Downloads
Filter deny or allow access to actions of controllers.
dotkernel/dot-controller-plugin-forms
2383 Downloads
DotKernel controller forms plugin for easy access to forms inside controllers
vcian/laravel-code-insights
86 Downloads
Display all list of controllers, repositories, models, traits, and helpers, allowing you to easily explore and access them
qkskima/api
113 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.
modularize-rbac/laravel
30 Downloads
Laravel bridge for modularize-rbac/core: Eloquent repositories, HTTP controllers, migrations, and optional Spatie permissions adapter.
coderockr/soa
824 Downloads
Silex Controller Provider to provide SOA access to Doctrine entities and services
it-all/pageflow
40 Downloads
Pageflow initializes a PHP page controller app with important PHP settings, a custom error handler, optional PHPMailer access, optional PostGreSQL database connection (PHP pgsql extension required).
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.
matejkucera/laravel-acl
317 Downloads
Library for Laravel which provides ACL configuration based on user role and accessed controllers.