Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/techpromux/symfony-dynamic-query-bundle

Dynamic Query Bundle
https://github.com/techpromux/symfony-dynamic-query-bundle

bundle php symfony symfony-bundle

Last synced: 7 days ago
JSON representation

Dynamic Query Bundle

Awesome Lists containing this project

README

        

# TechPromux Dynamic Query Bundle: for dynamic queries from databases

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)