PHPackages                             phputil/pdowrapper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. phputil/pdowrapper

ActiveLibrary[Database &amp; ORM](/categories/database)

phputil/pdowrapper
==================

A useful PDO wrapper.

1.1.0(6y ago)25131LGPL-3PHPPHP &gt;=5.2.0

Since Oct 22Pushed 6y ago4 watchersCompare

[ Source](https://github.com/thiagodp/pdowrapper)[ Packagist](https://packagist.org/packages/phputil/pdowrapper)[ Docs](http://github.com/thiagodp/pdowrapper)[ RSS](/packages/phputil-pdowrapper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

PDOWrapper
==========

[](#pdowrapper)

A useful PDO wrapper.

Classes:

- [phputil\\PDOWrapper](https://github.com/thiagodp/pdowrapper/blob/master/lib/PDOWrapper.php)
- [phputil\\PDOBuilder](https://github.com/thiagodp/pdowrapper/blob/master/lib/PDOBuilder.php)

This project uses [semantic version](http://semver.org/). See our [releases](https://github.com/thiagodp/pdowrapper/releases).

Installation
------------

[](#installation)

```
composer require phputil/pdowrapper
```

Example 1
---------

[](#example-1)

Creating `PDO` with `PDOBuilder` and counting rows with `PDOWrapper`.

```
