rstoetter/csqlstatement-php

class to construct SQL statements

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/rstoetter/csqlstatement-php

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

This package is not auto-updated.

Last update: 2025-10-06 12:47:02 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.