techpromux/dynamic-query-bundle
Composer 安装命令:
composer require techpromux/dynamic-query-bundle
包简介
Manage Dynamic Queries from Databases
关键字:
README 文档
README
This project is a symfony based bundle with possibility to create/execute multiple dynamic queries from databases.
It provides a custom wizard for create multiple queries trought select tables, queries, fields and associations.
You can add/construct multiple configurations for many types of functions, values, operator and conditions on dynamic queries execution.
You only need download it and use it with a little effort.
We hope that this project contribute to your work with Symfony.
Instalation
Open a console in root project folder and execute following command:
composer install techpromux/dynamic-query-bundle
Configuration
For custom database and other options edit files:
// TODO
Create/Update tables from entities definitions, executing following command:
./bin/console doctrine:schema:update --force
Force bundle to copy all assets in public folder, executing following command:
./bin/console assets:install web (for Symfony <= 3.3)
./bin/console assets:install public (for Symfony >= 3.4)
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2017-07-12