Registry / database / paneric-dbal

paneric-dbal

JSON →
library2.0.23phppackagistunverified

Database abstraction layer for PHP.

composer require paneric/dbal
INSTALL
IMPORT
SIG · PANERIC-DBAL
P
paneric-dbal
databasephpv2.0.23
harness data pending
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.

Connection
use Paneric\DBAL\Connection;

Create a database connection and execute a query.

use Paneric\DBAL\Connection; $conn = new Connection(['driver' => 'pdo_mysql', 'host' => 'localhost']); $stmt = $conn->query('SELECT 1'); $result = $stmt->fetchAll();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.23latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
paneric-dbal — pip install paneric-dbal · libregistry