Download the PHP package casbin/zend-db-adapter without Composer
On this page you can find all versions of the php package casbin/zend-db-adapter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download casbin/zend-db-adapter
More information about casbin/zend-db-adapter
Files in casbin/zend-db-adapter
Download casbin/zend-db-adapter
More information about casbin/zend-db-adapter
Files in casbin/zend-db-adapter
Vendor casbin
Package zend-db-adapter
Short Description Zend Db Adapter for Casbin, Casbin is a powerful and efficient open-source access control library.
License Apache-2.0
Package zend-db-adapter
Short Description Zend 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 zend-db-adapter
Zend Db Adapter for PHP-Casbin
Repository abandoned 2020-05-25
This repository has moved to php-casbin/laminas-db-adapter.
Zend-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 zend-db-adapter with dependencies
PHP Build Version
Package Version
The package casbin/zend-db-adapter contains the following files
Loading the files please wait ....