rstoetter/csmartsqlstatement-php
Composer 安装命令:
composer require rstoetter/csmartsqlstatement-php
包简介
class to manage SQL SELECT statements - analyze and replace clauses
README 文档
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.
统计信息
- 总下载量: 56
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-06-30