Download the PHP package faapz/pdo without Composer
On this page you can find all versions of the php package faapz/pdo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor faapz
Package pdo
Short Description Just another PDO database library
License MIT
Homepage https://github.com/FaaPz/PDO
Package pdo
Short Description Just another PDO database library
License MIT
Homepage https://github.com/FaaPz/PDO
Please rate this library. Is it a good library?
Informations about the package pdo
PDO
Just another PDO database library
Installation
Use Composer
Usage
Examples selecting, inserting, updating and deleting data from or into users
table.
The
sqlsrv
extension will fail to connect when using error modePDO::ERRMODE_EXCEPTION
(default). To connect, you will need to explicitly passarray(PDO::ATTR_ERRMODE => PDO::ERRMODE_WARNING)
(orPDO::ERRMODE_SILENT
) into the constructor, or override thegetDefaultOptions()
method when usingsqlsrv
.
Documentation
See DOCUMENTATION
Changelog
See CHANGELOG
License
See LICENSE
All versions of pdo with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
ext-pdo Version *
ext-pdo Version *
The package faapz/pdo contains the following files
Loading the files please wait ....