Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Config Transformer Laravel Package

symplify/config-transformer

Automates refactoring and normalization of configuration files, helping you transform legacy or inconsistent configs into a unified format. Supports common PHP config styles and streamlines upgrades by applying consistent, repeatable changes across large codebases.

View on GitHub
Deep Wiki
Context7

Convert Symfony YAML configs to PHP

Downloads total

Why to PHP? It's the best format for PHP Symfony applications:

Install

composer require symplify/config-transformer --dev

Usage

By default, the command uses /config directory to transform all files in it.

At first, run it with --dry-run to see what files would be transformed:

vendor/bin/config-transformer --dry-run

Do you want to convert single file or directory at a time? Specify the paths as arguments:

vendor/bin/config-transformer config/parameters.yml  --dry-run

Are you ready to go? Remove --dry-run:

vendor/bin/config-transformer

The input files are deleted automatically.

Skip Routes at First

It's typical to upgrade first services and then routes as follow up PR. To do that, use --skip-routes option:

vendor/bin/config-transformer --skip-routes
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor
spatie/laravel-javascript-views