Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Releases: php-casbin/zend-db-adapter

Zend Db Adapter for PHP-Casbin 1.0.1

27 Aug 10:40
Compare
Choose a tag to compare

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 driver
  • Mysqli: The ext/mysqli driver
  • Oci8: The ext/oci8 driver
  • Pgsql: The ext/pgsql driver
  • Sqlsrv: The ext/sqlsrv driver (from Microsoft)
  • Pdo_Mysql: MySQL via the PDO extension
  • Pdo_Sqlite: SQLite via the PDO extension
  • Pdo_Pgsql: PostgreSQL via the PDO extension