{"id":15658753,"url":"https://github.com/adamwojs/symfony-config-schema-gen","last_synced_at":"2025-04-14T03:33:57.697Z","repository":{"id":38197084,"uuid":"329875927","full_name":"adamwojs/symfony-config-schema-gen","owner":"adamwojs","description":"A utility bundle to generates JSON Schema from Symfony configuration.","archived":false,"fork":false,"pushed_at":"2022-12-29T19:52:28.000Z","size":56,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T17:35:41.929Z","etag":null,"topics":["configuration","json-schema","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adamwojs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-15T10:09:14.000Z","updated_at":"2022-12-29T19:48:39.000Z","dependencies_parsed_at":"2023-01-31T09:45:54.689Z","dependency_job_id":null,"html_url":"https://github.com/adamwojs/symfony-config-schema-gen","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamwojs%2Fsymfony-config-schema-gen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamwojs%2Fsymfony-config-schema-gen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamwojs%2Fsymfony-config-schema-gen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamwojs%2Fsymfony-config-schema-gen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamwojs","download_url":"https://codeload.github.com/adamwojs/symfony-config-schema-gen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248815537,"owners_count":21165941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["configuration","json-schema","symfony","symfony-bundle"],"created_at":"2024-10-03T13:13:54.092Z","updated_at":"2025-04-14T03:33:57.679Z","avatar_url":"https://github.com/adamwojs.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# adamwojs/symfony-config-schema-gen\n\nA utility bundle to generates JSON Schema from Symfony configuration.\n\n## Installation\n\n### Applications that use Symfony Flex\n\nOpen a command console, enter your project directory and execute:\n\n### Applications that don't use Symfony Flex\n\n#### Step 1: Download the Bundle\n\nOpen a command console, enter your project directory and execute the  \nfollowing command to download the latest stable version of this bundle:\n\n```console\ncomposer require adamwojs/symfony-config-schema-gen --dev\n```\n\nThis command requires you to have Composer installed globally, as explained  \nin the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.\n\n#### Step 2: Enable the Bundle\n\nThen, enable the bundle by adding it to the list of registered bundles  \nin the `config/bundles.php` file of your project:\n\n```php\n// config/bundles.php\n\nreturn [\n    // ...\n    AdamWojs\\SymfonyConfigGenBundle\\SymfonyConfigSchemaGenBundle::class =\u003e ['dev' =\u003e true],\n];\n```\n\n## Usage\n\n### Basic usage\n\n```console\nphp bin/console config:dump-schema \u003e config.schema.json\n```\n\n### Synopsis\n\n```\nUsage:\n  config:dump-schema [options] [--] [\u003cextensions\u003e...]\n\nArguments:\n  extensions                     Extensions whitelist\n\nOptions:\n      --schema-id=SCHEMA-ID      Unique identifier for the schema [default: \"http://symfony.com/schema/config.schema.json\"]\n      --format=FORMAT            Output format [default: \"json\"]\n      --pretty-print             Prettify schema output\n      --strict                   Generates strict schema\n  -h, --help                     Display this help message\n  -q, --quiet                    Do not output any message\n  -V, --version                  Display this application version\n      --ansi                     Force ANSI output\n      --no-ansi                  Disable ANSI output\n  -n, --no-interaction           Do not ask any interactive question\n  -e, --env=ENV                  The Environment name. [default: \"dev\"]\n      --no-debug                 Switches off debug mode.\n  -v|vv|vvv, --verbose           Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamwojs%2Fsymfony-config-schema-gen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamwojs%2Fsymfony-config-schema-gen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamwojs%2Fsymfony-config-schema-gen/lists"}