Libraries tagged by access security
slince/cakephp-permission
6752 Downloads
The library provides a flexible way to add role-based access control management to CakePHP 3.x
orisai/auth
19814 Downloads
Authentication and authorization
olivier127/rbac-bundle
5653 Downloads
Symfony PhpRabcBundle allow to use RBAC control access for symfony project
gburtini/acl
10208 Downloads
Dependency free, simple access control lists for PHP.
gadixsystem/visitors
3325 Downloads
"Simple Laravel Middleware to log vistors and block users"
efficiently/authority-controller
33165 Downloads
AuthorityController is an PHP authorization library for Laravel 5 which restricts what resources a given user is allowed to access.
andrii-hrechyn/php-abac
1912 Downloads
Library used to implement Attribute-Based Access Control in a PHP application
admin-platform/rbac-bundle
36020 Downloads
Symfony2 Role-Based-Access-Control
kilix/php-abac
19277 Downloads
Library used to implement Attribute-Based Access Control in a PHP application
laravelplus/fortress
1489 Downloads
Fortress is a powerful Laravel package designed to streamline and enhance attribute-based authorization through middleware. It acts as the ultimate security gatekeeper for your application, ensuring that only the right users with the correct attributes gain access to specific resources.
padraic/security-multitool
975 Downloads
A multitool library offering access to recommended security related libraries, standardised implementations of security defences, and secure implementations of commonly performed tasks.
qa-data/api-security
390 Downloads
API Security: provides authentication, authorization and a role-based access control management via ACL
mouf/security.userservice-splash
193366 Downloads
This package contains a set of class to bind the Splash MVC framework (>=v4.0) with the UserService component. It features: a @Logged annotation to restrict access to logged users only.
mouf/security.userfiledao
143696 Downloads
This package contains an implementation of a UserDao, that stores the application users in a simple PHP file. It can be used together with the MoufUserService to provide easy access management to an application. Since the users are stored in a PHP file, this very special DAO does not require a database!
barryvdh/laravel-security
6562 Downloads
This packages integrates Symfony Security Core in Laravel, mainly to use the Voters to check acces to roles/objects.