Sql Class An SQL abstraction library for PHP

Getting Started

Usage

Sql Class

Author Source Latest Version
Software License Build Status Issue Tracker

An SQL abstraction library for PHP.

Sql Class aims to provide a cross-database api (similar to PDO) with extra methods to avoid writing simple SQL.

It also aims to be an alternative to ORM libraries, which often generate poorly performing SQL.


Full API documentation is also available.

This library requires that you are comfortable writing raw SQL queries, if this is not for you then there are a number of ORMs available: