authorizit / authorizit
Ease to authorizing you system.
Installs: 1 740
Dependents: 1
Suggesters: 0
Security: 0
Stars: 10
Watchers: 3
Forks: 2
Open Issues: 1
pkg:composer/authorizit/authorizit
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2025-10-06 18:37:30 UTC
README
Authorizit is a simple and flexible resource focused authorization library. In other words it is about resources and possible actions to perform over them (based or not in additional conditions). A simple and usefull example would be a user that can edit(action) a post(resource) if(condition) it is his post.
It was hardly inspired on CanCan a RubyOnRails gem.