Download the PHP package casbin/laminas-db-adapter without Composer
On this page you can find all versions of the php package casbin/laminas-db-adapter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download casbin/laminas-db-adapter
More information about casbin/laminas-db-adapter
Files in casbin/laminas-db-adapter
Download casbin/laminas-db-adapter
More information about casbin/laminas-db-adapter
Files in casbin/laminas-db-adapter
Vendor casbin
Package laminas-db-adapter
Short Description Laminas DB Adapter for Casbin, Casbin is a powerful and efficient open-source access control library.
License Apache-2.0
Package laminas-db-adapter
Short Description Laminas DB Adapter for Casbin, Casbin is a powerful and efficient open-source access control library.
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package laminas-db-adapter
Laminas-db Adapter for PHP-Casbin
Laminas-db adapter for PHP-Casbin.
The list of officially supported drivers:
IbmDb2
: The ext/ibm_db2 driverMysqli
: The ext/mysqli driverOci8
: The ext/oci8 driverPgsql
: The ext/pgsql driverSqlsrv
: The ext/sqlsrv driver (from Microsoft)Pdo_Mysql
: MySQL via the PDO extensionPdo_Sqlite
: SQLite via the PDO extensionPdo_Pgsql
: PostgreSQL via the PDO extension
Installation
Use Composer.
Usage
Before using it, you need to create a table named casbin_rule
for Casbin to store the policy.
Take mysql as an example:
Then you can start like this:
Getting Help
License
This project is licensed under the Apache 2.0 license.
All versions of laminas-db-adapter with dependencies
PHP Build Version
Package Version
The package casbin/laminas-db-adapter contains the following files
Loading the files please wait ....