This repository has been archived by the owner on May 25, 2020. It is now read-only.
Releases: php-casbin/zend-db-adapter
Releases · php-casbin/zend-db-adapter
Zend Db Adapter for PHP-Casbin 1.0.1
Features
Zend-Db Adapter for PHP-Casbin, PHP-Casbin is a powerful and efficient open-source access control library.
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