{"id":16923699,"url":"https://github.com/benjaminkott/configuration-installer","last_synced_at":"2026-03-04T19:02:34.204Z","repository":{"id":48361946,"uuid":"267028716","full_name":"benjaminkott/configuration-installer","owner":"benjaminkott","description":"Manage the pile of configuration files, which mostly have nothing to do with your application directly, through composer.","archived":false,"fork":false,"pushed_at":"2023-09-20T18:57:33.000Z","size":22,"stargazers_count":5,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T03:03:53.920Z","etag":null,"topics":["composer-plugin"],"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/benjaminkott.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-26T11:49:39.000Z","updated_at":"2024-12-13T21:02:34.000Z","dependencies_parsed_at":"2024-06-21T04:19:18.752Z","dependency_job_id":"efe8201d-9b9f-4f70-8c57-d1877575ef08","html_url":"https://github.com/benjaminkott/configuration-installer","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":0.4444444444444444,"last_synced_commit":"e4d3413615b300f73c7a106a0367fe3b31f3f280"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminkott%2Fconfiguration-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminkott%2Fconfiguration-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminkott%2Fconfiguration-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminkott%2Fconfiguration-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benjaminkott","download_url":"https://codeload.github.com/benjaminkott/configuration-installer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248447346,"owners_count":21105134,"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":["composer-plugin"],"created_at":"2024-10-13T20:00:05.783Z","updated_at":"2026-03-04T19:02:34.152Z","avatar_url":"https://github.com/benjaminkott.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Configuration Installer\n\nInstaller for Configuration Packages.  \n\nExamples:\n- https://github.com/benjaminkott/config-commitmessage\n- https://github.com/benjaminkott/config-typo3-editorconfig\n- https://github.com/benjaminkott/config-typo3-stylelint\n- https://github.com/benjaminkott/config-typo3-phpcsfixer\n\n## Build your own configuration package\n\nAdapt the `composer.json` of your **configuration package**.\n\n1. Ensure the type is set to `project-configuration`.\n1. Ensure `bk2k/configuration-installer` is required in any version.\n\n```json\n{\n    \"type\": \"project-configuration\",\n    \"require\": {\n        \"bk2k/configuration-installer\": \"*\"\n    }\n}\n   ```\n\n### Add a manifest to your configuration package root.\n\nThe `manifest.json` file instructs the installer.\n\n1. It defines which `files` should be copied to your project\n1. It defines which `gitignore` entries will be added to your projects .gitignore file.\n\n\n```json\n{\n    \"files\": {\n        \".php_cs.dist\": \".php_cs.dist\"\n    },\n    \"gitignore\": [\n        \"/.php_cs.dist\",\n        \"/.php_cs.cache\"\n    ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminkott%2Fconfiguration-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenjaminkott%2Fconfiguration-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminkott%2Fconfiguration-installer/lists"}