PHPackages                             pointybeard/symphony-pdo - 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. pointybeard/symphony-pdo

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

pointybeard/symphony-pdo
========================

Wraps the core Symphony CMS database connection with a PDO based library

0.1.7.4(4y ago)01.1k↑900%3MITPHPPHP &gt;=5.6.6

Since Aug 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/pointybeard/symphony-pdo)[ Packagist](https://packagist.org/packages/pointybeard/symphony-pdo)[ Docs](https://github.com/pointybeard/symphony-pdo)[ RSS](/packages/pointybeard-symphony-pdo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (13)Used By (3)

SymphonyCMS: PDO Database Wrapper
=================================

[](#symphonycms-pdo-database-wrapper)

- Version: v0.1.7
- Date: May 30 2019
- [Release notes](https://github.com/pointybeard/symphony-pdo/blob/master/CHANGELOG.md)
- [GitHub repository](https://github.com/pointybeard/symphony-pdo)

Wraps the core [Symphony CMS](http://www.getsymphony.com/) database connection with a PDO based library

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

[](#installation)

This library is installed via [Composer](http://getcomposer.org/). To install, use `composer require pointybeard/symphony-pdo` or add `"pointybeard/symphony-pdo": "~0.1"` to your `composer.json` file.

And run composer to update your dependencies:

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

```

Usage
-----

[](#usage)

```
