https://github.com/php-casbin/casbin-tutorials
Here are some tutorials of PHP-Casbin.
https://github.com/php-casbin/casbin-tutorials
abac access-control acl casbin permission rbac tutorials
Last synced: 7 months ago
JSON representation
Here are some tutorials of PHP-Casbin.
- Host: GitHub
- URL: https://github.com/php-casbin/casbin-tutorials
- Owner: php-casbin
- Created: 2019-09-02T11:06:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T09:46:26.000Z (about 6 years ago)
- Last Synced: 2025-01-19T09:22:05.358Z (9 months ago)
- Topics: abac, access-control, acl, casbin, permission, rbac, tutorials
- Homepage: https://github.com/php-casbin/php-casbin
- Size: 10.7 KB
- Stars: 10
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Casbin Tutorials
[Casbin](https://casbin.org): An authorization library that supports access control models like `ACL`, `RBAC`, `ABAC` for Golang, Java, Node.js, PHP, Python, .NET (C#), Delphi and Rust.
Here are some tutorials of [PHP-Casbin](https://github.com/php-casbin/php-casbin).
* [Get Started](tutorials/Get-Started.md)
* [Use with database adapter](tutorials/Use-with-database-adapter.md)
* [Organizational RBAC with Casbin](tutorials/RBAC-with-Casbin.md)
* [Use ABAC with Casbin](tutorials/ABAC-with-Casbin.md)
* [Use Casbin in Slim Framework](tutorials/Use-Casbin-in-Slim.md)