Download the PHP package minphp/db without Composer
On this page you can find all versions of the php package minphp/db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor minphp
Package db
Short Description Database Connection Library
License MIT
Homepage http://github.com/phillipsdata/minphp-db
Package db
Short Description Database Connection Library
License MIT
Homepage http://github.com/phillipsdata/minphp-db
Please rate this library. Is it a good library?
Informations about the package db
minphp/Db
Database Connection Library.
Efficiently manages a connection, preventing a new one from being established if a matching connection already exists.
Installation
Install via composer:
Basic Usage
Explicitly Connecting
By default, PdoConnection will only connect to the database when a connection is required. To explicitly connect to the database use connect()
:
All versions of db with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package minphp/db contains the following files
Loading the files please wait ....