{"id":18737899,"url":"https://github.com/technodelight/symfony-configuration-cli-initialiser","last_synced_at":"2026-04-29T01:02:28.369Z","repository":{"id":57066176,"uuid":"138717055","full_name":"technodelight/symfony-configuration-cli-initialiser","owner":"technodelight","description":"Initialise your Symfony configuration in CLI interactively","archived":false,"fork":false,"pushed_at":"2022-11-15T12:50:52.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-05T09:27:58.246Z","etag":null,"topics":["interactive","php","symfony","symfony-console"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/technodelight.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":"2018-06-26T09:40:47.000Z","updated_at":"2022-11-15T12:50:57.000Z","dependencies_parsed_at":"2022-08-24T10:10:41.935Z","dependency_job_id":null,"html_url":"https://github.com/technodelight/symfony-configuration-cli-initialiser","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/technodelight/symfony-configuration-cli-initialiser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fsymfony-configuration-cli-initialiser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fsymfony-configuration-cli-initialiser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fsymfony-configuration-cli-initialiser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fsymfony-configuration-cli-initialiser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technodelight","download_url":"https://codeload.github.com/technodelight/symfony-configuration-cli-initialiser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fsymfony-configuration-cli-initialiser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["interactive","php","symfony","symfony-console"],"created_at":"2024-11-07T15:27:22.434Z","updated_at":"2026-04-29T01:02:28.350Z","avatar_url":"https://github.com/technodelight.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# symfony-configuration-cli-initialiser\nInitialise your configuration in CLI interactively\n\n# Install\n\nVia composer.\n```\ncomposer require technodelight/symfony-configuration-cli-initialiser\n```\n\n# Usage\n\n```php\n\u003c?php\n\nuse Technodelight\\SymfonyConfigurationInitialiser\\Initialiser;\nuse Your\\Own\\SymfonyConfiguration as Configuration;\nuse Symfony\\Component\\Console\\Input\\ArgvInput;\nuse Symfony\\Component\\Console\\Output\\ConsoleOutput;\nuse Symfony\\Component\\Yaml\\Yaml;\n\n$input = new ArgvInput;\n$output = new ConsoleOutput;\n$init = new Initialiser;\n$config = $init-\u003einit(new Configuration, $input, $output);\nfile_put_contents('./inited-config.yml', Yaml::dump($config)); // you can use any kind of dumper here\n```\n\n# License\nThe MIT License (MIT)\n\nCopyright (c) 2018 Zsolt Gál\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnodelight%2Fsymfony-configuration-cli-initialiser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnodelight%2Fsymfony-configuration-cli-initialiser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnodelight%2Fsymfony-configuration-cli-initialiser/lists"}