{"id":16897754,"url":"https://github.com/endroid/installer","last_synced_at":"2025-05-15T10:02:29.128Z","repository":{"id":37951900,"uuid":"128635011","full_name":"endroid/installer","owner":"endroid","description":"Composer plugin for installing package configuration files","archived":false,"fork":false,"pushed_at":"2024-10-20T18:37:16.000Z","size":43,"stargazers_count":146,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-14T16:53:45.985Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://endroid.nl","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/endroid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"endroid"}},"created_at":"2018-04-08T11:41:41.000Z","updated_at":"2025-04-14T11:36:28.000Z","dependencies_parsed_at":"2023-11-07T13:26:31.296Z","dependency_job_id":"81f04efc-8c20-4fce-b8f7-0f39a4652121","html_url":"https://github.com/endroid/installer","commit_stats":{"total_commits":82,"total_committers":5,"mean_commits":16.4,"dds":0.1097560975609756,"last_synced_commit":"39109e825057b2e7436123d5ad5dc8c2467a4cf6"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endroid%2Finstaller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endroid%2Finstaller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endroid%2Finstaller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endroid%2Finstaller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/endroid","download_url":"https://codeload.github.com/endroid/installer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319716,"owners_count":22051072,"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":[],"created_at":"2024-10-13T17:39:39.824Z","updated_at":"2025-05-15T10:02:26.671Z","avatar_url":"https://github.com/endroid.png","language":"PHP","funding_links":["https://github.com/sponsors/endroid"],"categories":[],"sub_categories":[],"readme":"# Installer\n\n*By [endroid](https://endroid.nl/)*\n\n[![Latest Stable Version](http://img.shields.io/packagist/v/endroid/installer.svg)](https://packagist.org/packages/endroid/installer)\n[![Build Status](https://github.com/endroid/installer/workflows/CI/badge.svg)](https://github.com/endroid/installer/actions)\n[![Total Downloads](http://img.shields.io/packagist/dt/endroid/installer.svg)](https://packagist.org/packages/endroid/installer)\n[![Monthly Downloads](http://img.shields.io/packagist/dm/endroid/installer.svg)](https://packagist.org/packages/endroid/installer)\n[![License](http://img.shields.io/packagist/l/endroid/installer.svg)](https://packagist.org/packages/endroid/installer)\n\nComposer plugin for installing configuration files. The installer automatically\ndetects the project type in which your library is installed and installs the\ncorresponding configuration files from your package.\n\nRead the [blog](https://medium.com/@endroid/auto-package-configuration-for-symfony-e14780e29d81)\nfor more information on why I created this plugin.\n\n## Installation\n\n``` bash\ncomposer config allow-plugins.endroid/installer true\ncomposer require endroid/installer\n```\n\n## Usage\n\nAdd the configuration files you want to be copied upon installation and update\nof the package to the .install directory in the root of your package. The files\nwill be copied to the corresponding directories in the project.\n\n```\n.install\n    symfony\n        config\n            packages\n                package_name.yaml\n            routes\n                package_name.yaml\n```\n\nPlease note that the installer will only copy files that are not yet present in\nthe project to make sure user made changes will not be overwritten. If you want\nthe latest default configuration just remove the files locally before update.\n\n## Disabling auto installation for a package\n\nGenerally you want the files to be installed automatically but if you\nexperience issues with the installer or just don't want some package to be\nauto installed you can specify this via your composer.json.\n\n```\n\"extra\": {\n    \"endroid\": {\n        \"installer\": {\n            \"enabled\": false,\n            \"exclude\": [\n                \"endroid/asset\",\n                \"endroid/embed\"\n            ]\n        }\n    }\n}\n```\n\n## Versioning\n\nVersion numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatible\nchanges will be kept to a minimum but be aware that these can occur. Lock\nyour dependencies for production and test your code when upgrading.\n\n## License\n\nThis bundle is under the MIT license. For the full copyright and license\ninformation please view the LICENSE file that was distributed with this source code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendroid%2Finstaller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendroid%2Finstaller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendroid%2Finstaller/lists"}