storefront/zend-db

Storefront's adaptation of Zend Framework 1 Db package

Installs: 33

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 7

pkg:composer/storefront/zend-db

dev-master 2025-09-24 09:23 UTC

This package is auto-updated.

Last update: 2025-09-24 09:23:23 UTC


README

Changes made vs the original zf1/zend-db package.

  1. Minimum PHP version increased to 7.4
  2. We only support:
  • MySQL (via PDO and not mysqli)
  • MsSQL
  • PostgreSQL
  • SQLite
  1. Depencancies removed:
  • Zend_Loader
  • Zend_Registry
  1. We improved the quoteInto() method
  2. We improved the describeTable() method, so it returns the length for integer columns
  3. Added function insertOnDuplicate()