Skip to content

Releases: php-casbin/laminas-db-adapter

v2.0.0

06 Jun 17:15
7f39bbd
Compare
Choose a tag to compare

2.0.0 (2025-06-06)

Features

  • support Casbin BatchAdapter interface (cc0b289)
  • support Casbin FilteredAdapter interface (ccf4e46)
  • upgrade php-casbin 4.0 (0692645)
  • use 'Github Actions' to run tests and auto release (08ecf43)

BREAKING CHANGES

  • upgrade to PHP 8.1 and PHP-Casbin 4.0

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