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
- Host: GitHub
- URL: https://github.com/rstoetter/csmartsqlstatement-php
- Owner: rstoetter
- License: mit
- Created: 2017-06-30T09:01:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T13:14:56.000Z (about 8 years ago)
- Last Synced: 2025-01-19T11:16:48.708Z (over 1 year ago)
- Topics: parser, php7, sql
- Language: PHP
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.