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
Requires
- php: >=8.3
 
This package is auto-updated.
Last update: 2025-10-24 09:33:37 UTC
README
Changes made vs the original zf1/zend-db package.
- Minimum PHP version increased to 7.4
 - We only support:
 
- MySQL (via 
PDOand notmysqli) - MsSQL
 - PostgreSQL
 - SQLite
 
- Depencancies removed:
 
- Zend_Loader
 - Zend_Registry
 
- We improved the 
quoteInto()method - We improved the 
describeTable()method, so it returns the length for integer columns - Added function 
insertOnDuplicate()