Registry / database / nextras-dbal

nextras-dbal

JSON →
library5.0.7phppackagistunverified

Nextras database abstraction layer for PHP.

composer require nextras/dbal
INSTALL
IMPORT
SIG · NEXTRAS-DBAL
N
nextras-dbal
databasephpv5.0.7
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 Nextras\Dbal\Connection;

Create a database connection and execute a simple query.

use Nextras\Dbal\Connection; $connection = new Connection([ 'driver' => 'mysqli', 'host' => 'localhost', 'username' => 'user', 'password' => 'pass', 'database' => 'test', ]); $result = $connection->query('SELECT 1');
Debug
Known issues
breakingRequires PHP 8.0 or higher.
fix
Upgrade PHP to version 8.0+.
affects: >=5.0.0
Upgrade
Version history
5.0.7latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
nextras-dbal — pip install nextras-dbal · libregistry