gobline / pdo
PDO component
v2.0.0
2015-12-03 09:17 UTC
Requires
- php: >=5.6.0
This package is auto-updated.
Last update: 2024-11-12 19:09:01 UTC
README
Gobline\Pdo\LazyPdo
is a subclass of the PHP's standard PDO class.
It postpones the actual connection until one is really needed.
Installation
You can install the Gobline PDO component using the dependency management tool Composer. Run the require command to resolve and download the dependencies:
composer require gobline/pdo