rstoetter/csqlstatement-php

class to construct SQL statements

v1.0.1 2017-06-30 17:45 UTC

This package is not auto-updated.

Last update: 2024-05-06 06:29:12 UTC


README

The class cSqlStatement is written in PHP and helps to construct SQL statements.

The namespace is rstoetter\cSqlStatement

Installation

This project assumes you have composer installed. Simply add:

"require" : {

    "rstoetter/csqlstatement-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.