Download the PHP package linkuha/db without Composer
On this page you can find all versions of the php package linkuha/db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor linkuha
Package db
Short Description DB management assistance classes
License MIT
Homepage https://github.com/linkuha/php-db
Package db
Short Description DB management assistance classes
License MIT
Homepage https://github.com/linkuha/php-db
Please rate this library. Is it a good library?
Informations about the package db
DB management assistance classes
Install:
composer require linkuha/db:dev-master
Example of usage:
MySQLi with keeping connected instances. As example can show part of object factory with any DI container.
Next you can get this persistent connection with $container->build(MysqliManager::class, ["srv" => SERVER_CONSTANT])
SQL import with PDO. Init migration as example.
HandlerSocket usage for fast writing (InnoDB as NoSQL).
All versions of db with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
lib-pcre Version *
ext-mysqli Version *
ext-pdo Version *
ext-pdo_mysql Version *
ext-handlersocket Version *
lib-pcre Version *
ext-mysqli Version *
ext-pdo Version *
ext-pdo_mysql Version *
ext-handlersocket Version *
The package linkuha/db contains the following files
Loading the files please wait ....