Skip to content

Lazy loading and wrappers for PDO and PDOStatement

License

Notifications You must be signed in to change notification settings

lazypdo/lazypdo

Repository files navigation

LazyPDO

Total Downloads Latest Stable Version Travis Build SensioLabs Insight

LazyPDO is a set of wrappers over PHP's standard PDO and PDOStatement classes. It enables lazy loading, serialization and decoration.

Install

Via composer: $ composer require "lazypdo/lazypdo"