Registry / database / zetacomponents-database

zetacomponents-database

JSON →
library1.5.4phppackagistunverified

A lightweight database layer on top of PHP's PDO that allows you to utilize a database without having to take care of differences in SQL dialects.

database
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use ezcDbFactory;

Create a database connection and query.

use ezcDbFactory; $db = ezcDbFactory::create('mysql://user:pass@localhost/database'); $rows = $db->query('SELECT * FROM table')->fetchAll();
Debug
Known footguns
breakingRequires PHP 5.3+ and PDO extension.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
19 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
mj12bot
2
bytedance
2
Resources