Skip to content

gobline/pdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lazy PDO

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