An open API service indexing awesome lists of open source software.

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.

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)