Download the PHP package particlebits/pdo without Composer
On this page you can find all versions of the php package particlebits/pdo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download particlebits/pdo
More information about particlebits/pdo
Files in particlebits/pdo
Download particlebits/pdo
More information about particlebits/pdo
Files in particlebits/pdo
Vendor particlebits
Package pdo
Short Description Smallest possible PDO database while being super useful
License MIT
Homepage https://github.com/particlebits/pdo
Package pdo
Short Description Smallest possible PDO database while being super useful
License MIT
Homepage https://github.com/particlebits/pdo
Please rate this library. Is it a good library?
Informations about the package pdo
\Pb\PDO
Micro PDO Library
Smallest possible PDO database while still being super useful
Installation
Use Composer
Features
- Compatible with PHP 5.6 and higher!
- Tested on all versions of PHP 5.6 -> 7.4 (Not tested yet on PHP 8.x)
- No dependencies other than the PDO extension
- Tiny footprint
Usage
Examples selecting, inserting, updating and deleting data from or into the users
table.
Notes on the sqlsrv
extension
The sqlsrv
extension will fail to connect when using error mode PDO::ERRMODE_EXCEPTION
(default). To connect, you will need to explicitly pass array(PDO::ATTR_ERRMODE => PDO::ERRMODE_WARNING)
(or PDO::ERRMODE_SILENT
) into the constructor, or override the getDefaultOptions()
method when using sqlsrv
.
Documentation
See DOCUMENTATION
Changelog
See CHANGELOG
License
See LICENSE
All versions of pdo with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 5.6
ext-pdo Version *
ext-pdo Version *
The package particlebits/pdo contains the following files
Loading the files please wait ....