Download the PHP package webiik/database without Composer
On this page you can find all versions of the php package webiik/database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webiik/database
More information about webiik/database
Files in webiik/database
Download webiik/database
More information about webiik/database
Files in webiik/database
Vendor webiik
Package database
Short Description The Database is PDO connection container.
License MIT
Homepage https://www.webiik.com
Package database
Short Description The Database is PDO connection container.
License MIT
Homepage https://www.webiik.com
Please rate this library. Is it a good library?
Informations about the package database
Database
The Database is PDO connection container.
Installation
Example
Settings
add
add() adds database connection credentials.
Parameters
- name name of current database connection. You will be able to get this connection by this name.
- driver pdo driver
- host host name e.g. localhost
- databaseName database name
- user database user name
- password database user password
- options array of PDO options
- commands associative array of MySQL commands with parameters to execute after connecting to database. E.g. ['SET CHARACTER SET ?' => 'utf8']
Connection
connect
connect() connects to database and return PDO object. When name is omitted it connects to first added database.
disconnect
disconnect() disconnects from database. When name is omitted it disconnects from first added database.
Resources
All versions of database with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package webiik/database contains the following files
Loading the files please wait ....