PHPackages                             geeklab/glpdo2 - 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. geeklab/glpdo2

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

geeklab/glpdo2
==============

The easy to use and better PDO Wrapper.

4.0.9(3y ago)453MITPHPPHP &gt;=8.1

Since Nov 19Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/ellisgl/GeekLab-GLPDO2)[ Packagist](https://packagist.org/packages/geeklab/glpdo2)[ RSS](/packages/geeklab-glpdo2/feed)WikiDiscussions release Synced 2mo ago

READMEChangelogDependencies (4)Versions (33)Used By (0)

[![License: BSD](https://camo.githubusercontent.com/047d1656a91f95d97fda390c227ed2c135cafc1107ee66831762dd83d67c09e4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4253442d79656c6c6f772e737667)](https://opensource.org/licenses/BSD-3-Clause)[![phpstan enabled](https://camo.githubusercontent.com/96cefcabfaf3777e8f933f973a7ea208f547fe88769e87f0579d1a83eea5e6b7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068707374616e2d656e61626c65642d677265656e2e737667)](https://github.com/phpstan/phpstan)[![Build Status](https://camo.githubusercontent.com/1b1a244c7e8ef2fecdcaf5fda9256365883c5f4dc5c118a332e9d0a18c1323ff/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f656c6c6973676c2f4765656b4c61622d474c50444f322f6261646765732f6275696c642e706e673f623d72656c65617365)](https://scrutinizer-ci.com/g/ellisgl/GeekLab-GLPDO2/build-status/)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c16688e33ec81a81464dd3b5aabd910c65d9a375a7240eae5f2885c2a0cba8fe/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f656c6c6973676c2f4765656b4c61622d474c50444f322f6261646765732f7175616c6974792d73636f72652e706e673f623d72656c65617365)](https://scrutinizer-ci.com/g/ellisgl/GeekLab-GLPDO2/?branch=release)[![Code Coverage](https://camo.githubusercontent.com/34e0f5033f58de8c87f8f88042e11f8e7b3e7c8b31127e1ce8065d7971ee23e6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f656c6c6973676c2f4765656b4c61622d474c50444f322f6261646765732f636f7665726167652e706e673f623d72656c65617365)](https://scrutinizer-ci.com/g/ellisgl/GeekLab-GLPDO2/?branch=release)

GeekLab\\GLPDO2
===============

[](#geeklabglpdo2)

Easy to use PDO Wrapper for PHP &gt;= 8.1

### Latest

[](#latest)

2022-11-25 (4.0.9)

- Style fixes.

### Features

[](#features)

- Bind value by the correct type. E.g. Don't bind as a string where an integer bind should be.
- Bindings are injected, so you can create your own!
- Help prevent injections.
- PSR1/2/4 Compliant.

### Installation

[](#installation)

composer require geeklab/glpdo2

### Todo

[](#todo)

- More tests, since we can test at many levels and implementations.
- Better schema for testing.
- Better docs.
- More of a real wold example.
- Reduce the complexity?

### Basic Usage (Quick-N-Dirty)

[](#basic-usage-quick-n-dirty)

```
