PHPackages                             mbrevda/aurasql-queryproxy - 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. mbrevda/aurasql-queryproxy

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

mbrevda/aurasql-queryproxy
==========================

Class to proxy Aura Sql and Query methods

54.1k11PHP

Since Jul 22Pushed 10y ago2 watchersCompare

[ Source](https://github.com/mbrevda/aurasql-queryproxy)[ Packagist](https://packagist.org/packages/mbrevda/aurasql-queryproxy)[ RSS](/packages/mbrevda-aurasql-queryproxy/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (1)

AuraSql Query Proxy
===================

[](#aurasql-query-proxy)

[![wercker status](https://camo.githubusercontent.com/da946505f8d148b7db17dffb6ef785a4e470fc2ec683e1faf0da615b2882d4e7/68747470733a2f2f6170702e776572636b65722e636f6d2f7374617475732f3235643263373464303866346337623534663438333037656139356165393539 "wercker status")](https://app.wercker.com/project/bykey/25d2c74d08f4c7b54f48307ea95ae959)

As of v2, Aura Sql and Aura SqlQuery [have been decoupled](http://auraphp.com/blog/2013/10/21/aura-sql-v2-extended-pdo/). This project attempts to offer a single interface from which a new `ExtendedPdo` class can be instantiated and also offer chainable access to Sql Query, including chainable `exec()` and `fetch()`.

Usage
=====

[](#usage)

here is a bear bones example of how to use the class:

```
