Download the PHP package micayael/native-query-from-file-builder-bundle without Composer
On this page you can find all versions of the php package micayael/native-query-from-file-builder-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download micayael/native-query-from-file-builder-bundle
More information about micayael/native-query-from-file-builder-bundle
Files in micayael/native-query-from-file-builder-bundle
Package native-query-from-file-builder-bundle
Short Description Bundle for execute native queries from yaml files
License MIT
Informations about the package native-query-from-file-builder-bundle
NativeQueryFromFileBuilderBundle
This bundle let you write your SQL SELECT sentences into yaml files for better organization and then execute them within the application
Installation
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
-
Symfony <5.4
- Symfony >=5.4
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
-
Symfony <5.4
- Symfony >=5.4
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Configuration
Applications that use Symfony Flex
- Symfony 5.4
It is possible to define different configurations for different environments by replicating the file inside the folder corresponding to the environment or with a syntax like the following:
Applications that don't use Symfony Flex
Add your configuration in app/config/config.yml
Full Documentation and examples
All versions of native-query-from-file-builder-bundle with dependencies
adbario/php-dot-notation Version ^2.0
doctrine/doctrine-bundle Version ^2.5
doctrine/orm Version ^2.5 || ^2.6
symfony/config Version ^5.4|^6.0
symfony/dependency-injection Version ^5.4|^6.0
symfony/filesystem Version ^5.4|^6.0
symfony/http-kernel Version ^5.4|^6.0
symfony/yaml Version ^5.4|^6.0