Registry / database / kohana-database

kohana-database

JSON →
library3.3.6phppackagistunverified

The official Kohana module for database interactions, building queries, and prepared statements

composer require kohana/database
INSTALL
IMPORT
SIG · KOHANA-DATABASE
K
kohana-database
databasephpv3.3.6
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.

Database
use Kohana\Database\Database;

Execute a database query.

use Kohana\Database\Database; $db = Database::instance(); $result = $db->query('SELECT * FROM users');
Debug
Known issues
breakingKohana is a legacy framework; this module may not be compatible with modern PHP.
fix
Use a modern ORM like Eloquent or Doctrine.
affects: >=8.0
Upgrade
Version history
3.3.6latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
kohana-database — pip install kohana-database · libregistry