zendframework/zend-db

This package is abandoned and no longer maintained. The author suggests using the laminas/laminas-db package instead.

Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations

Installs: 12 444 566

Dependents: 256

Suggesters: 33

Security: 2

Stars: 99

Watchers: 29

Forks: 140

Open Issues: 132

pkg:composer/zendframework/zend-db


README

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-db.

Build Status Coverage Status

Zend\Db is a component that abstract the access to a Database using an object oriented API to build the queries. Zend\Db consumes different storage adapters to access different database vendors such as MySQL, PostgreSQL, Oracle, IBM DB2, Microsoft Sql Server, PDO, etc.