An open API service indexing awesome lists of open source software.

https://github.com/rstoetter/csmartsqlstatement-php

The php class cSmartSqlStatement helps to manage and change SQL statements
https://github.com/rstoetter/csmartsqlstatement-php

parser php7 sql

Last synced: about 1 month ago
JSON representation

The php class cSmartSqlStatement helps to manage and change SQL statements

Awesome Lists containing this project

README

          

# csmartsqlstatement-php

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](https://github.com/rstoetter/csmartsqlstatement-php/wiki) for more information.