PHPackages                             adamwojs/symfony-config-schema-gen - 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. adamwojs/symfony-config-schema-gen

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

adamwojs/symfony-config-schema-gen
==================================

v1.0.1(8mo ago)11.4k3GPL-2.0-onlyPHPPHP ^8.3

Since Jan 15Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/adamwojs/symfony-config-schema-gen)[ Packagist](https://packagist.org/packages/adamwojs/symfony-config-schema-gen)[ RSS](/packages/adamwojs-symfony-config-schema-gen/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (12)Used By (0)

adamwojs/symfony-config-schema-gen
==================================

[](#adamwojssymfony-config-schema-gen)

A utility bundle to generates JSON Schema from Symfony configuration.

Installation
------------

[](#installation)

### Applications that use Symfony Flex

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

### Applications that don't use Symfony Flex

[](#applications-that-dont-use-symfony-flex)

#### Step 1: Download the Bundle

[](#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:

```
composer require adamwojs/symfony-config-schema-gen --dev
```

This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

#### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles
in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    AdamWojs\SymfonyConfigGenBundle\SymfonyConfigSchemaGenBundle::class => ['dev' => true],
];
```

Usage
-----

[](#usage)

### Basic usage

[](#basic-usage)

```
php bin/console config:dump-schema > config.schema.json
```

### Synopsis

[](#synopsis)

```
Usage:
  config:dump-schema [options] [--] [...]

Arguments:
  extensions                     Extensions whitelist

Options:
      --schema-id=SCHEMA-ID      Unique identifier for the schema [default: "http://symfony.com/schema/config.schema.json"]
      --format=FORMAT            Output format [default: "json"]
      --pretty-print             Prettify schema output
      --strict                   Generates strict schema
  -h, --help                     Display this help message
  -q, --quiet                    Do not output any message
  -V, --version                  Display this application version
      --ansi                     Force ANSI output
      --no-ansi                  Disable ANSI output
  -n, --no-interaction           Do not ask any interactive question
  -e, --env=ENV                  The Environment name. [default: "dev"]
      --no-debug                 Switches off debug mode.
  -v|vv|vvv, --verbose           Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

```

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance61

Regular maintenance activity

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 87.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~169 days

Recently: every ~253 days

Total

11

Last Release

249d ago

Major Versions

v0.8 → v1.0.02025-08-27

PHP version history (3 changes)v0.1PHP ^7.3

v0.6PHP ^7.3||^8.0

v1.0.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/bcad6d6ac3250d25288ce6622b6676f64aa309be6c704c19a4bdc329e7f92cdb?d=identicon)[adamwojs](/maintainers/adamwojs)

---

Top Contributors

[![adamwojs](https://avatars.githubusercontent.com/u/211967?v=4)](https://github.com/adamwojs "adamwojs (29 commits)")[![tacman](https://avatars.githubusercontent.com/u/619585?v=4)](https://github.com/tacman "tacman (3 commits)")[![robo220](https://avatars.githubusercontent.com/u/11950073?v=4)](https://github.com/robo220 "robo220 (1 commits)")

---

Tags

configurationjson-schemasymfonysymfony-bundlesymfonyjson-schemaconfigSymfony Bundle

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/adamwojs-symfony-config-schema-gen/health.svg)

```
[![Health](https://phpackages.com/badges/adamwojs-symfony-config-schema-gen/health.svg)](https://phpackages.com/packages/adamwojs-symfony-config-schema-gen)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
