Skip to content

Releases: php-casbin/laminas-db-adapter

Laminas-db Adapter 1.0.0

09 Mar 17:15
Compare
Choose a tag to compare

Features

Laminas-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