PHPackages                             enrise/soy-symfony-build-parameters-task - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. enrise/soy-symfony-build-parameters-task

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

enrise/soy-symfony-build-parameters-task
========================================

Soy Symfony Build Parameters Task

0.2.0(10y ago)0201MITPHP

Since Jan 22Pushed 3y ago12 watchersCompare

[ Source](https://github.com/Enrise/soy-symfony-build-parameters-task)[ Packagist](https://packagist.org/packages/enrise/soy-symfony-build-parameters-task)[ RSS](/packages/enrise-soy-symfony-build-parameters-task/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Archived and unmaintained
=========================

[](#archived-and-unmaintained)

This is an old repository that is no longer used or maintained. We advice to no longer use this repository.

Original README can be found below:
-----------------------------------

[](#original-readme-can-be-found-below)

Soy Symfony Build Parameters Task
=================================

[](#soy-symfony-build-parameters-task)

Install
-------

[](#install)

This task is available as package at:

You can run: `composer require enrise/soy-symfony-build-parameters-task`

After installing you can follow the usage below, if you don't know soy, first check:

Objective and Usage
-------------------

[](#objective-and-usage)

This task aims on generating the `parameters.yml` for symfony configurations, for that using environment strategies.

### The default strategy does:

[](#the-default-strategy-does)

1. Read a global environment file: `files/env/environment.global.yml`
2. Read a environment file: `files/env/environment.dev.yml`
3. Reads a templace file: `app/config/parameters.dist.yml`
4. Generates the final parameters file: `app/config/parameters.yml`

### You can do it without interaction just by creating simple recipes like:

[](#you-can-do-it-without-interaction-just-by-creating-simple-recipes-like)

```
