rstoetter/csmartsqlstatement-php

class to manage SQL SELECT statements - analyze and replace clauses

v1.0.32 2018-05-19 13:11 UTC

README

The class cSmartSqlStatement is written in PHP and helps to manage SQL statements. You may, for example, extract or add or remove clauses of the query.

The namespace is rstoetter\cSmartSqlStatement

Installation

This project assumes you have composer installed. Simply add:

"require" : {

    "rstoetter/csmartsqlstatement-php" : ">=1.0.0"

}

to your composer.json, and then you can simply install with:

composer install

more information

See the project wiki for more information.