lazypdo / lazypdo
LazyPDO is a set of wrappers over PHP's standard PDO and PDOStatement classes. It enables lazy loading, serialization and decoration.
Fund package maintenance!
2.0.0
2020-04-08 02:01 UTC
Requires
- php: >=7.4
- ext-pdo: *
Requires (Dev)
- phpunit/phpunit: ^6.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2026-03-08 14:14:06 UTC
README
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"