{"id":19464221,"url":"https://github.com/supsign/composer-symlinks","last_synced_at":"2026-05-19T07:08:58.001Z","repository":{"id":57062102,"uuid":"384542987","full_name":"supsign/composer-symlinks","owner":"supsign","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-15T20:08:08.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T13:35:44.503Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/supsign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-09T20:20:57.000Z","updated_at":"2021-08-15T20:08:10.000Z","dependencies_parsed_at":"2022-08-24T14:00:53.092Z","dependency_job_id":null,"html_url":"https://github.com/supsign/composer-symlinks","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/supsign/composer-symlinks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supsign%2Fcomposer-symlinks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supsign%2Fcomposer-symlinks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supsign%2Fcomposer-symlinks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supsign%2Fcomposer-symlinks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/supsign","download_url":"https://codeload.github.com/supsign/composer-symlinks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supsign%2Fcomposer-symlinks/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269508696,"owners_count":24428742,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-10T18:13:53.177Z","updated_at":"2025-10-12T19:10:22.314Z","avatar_url":"https://github.com/supsign.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Symlink Handler\n\nComposer script handling creation of symlinks inside your composer project.\n\n*Note:* Symlinks will become files copy when composer is run with `--no-dev`\n\n# Installation\nInstallation can be done as usually using composer.\n`composer require supsign/composer-symlinks`\n\n# Usage\nAdd the following in your root `composer.json` file:\n\n```php\n\"require\": {\n    \"supsign/composer-symlinks\": \"dev-master\"\n},\n\"scripts\": {\n    \"post-install-cmd\": [\n        \"Supsign\\\\ComposerSymlinks\\\\ScriptHandler::createSymlinks\"\n    ],\n    \"post-update-cmd\": [\n        \"Supsign\\\\ComposerSymlinks\\\\ScriptHandler::createSymlinks\"\n    ]\n},\n\"extra\": {\n    \"symlinks\": {\n        \"components\": \"web/components\"\n    }\n}\n```\n\nAfter running either `composer install` or `composer update`, components folder will be accessible from your web folder `web/components/`.\n\nBut of course, you have to be careful when making symlinks to a folder which is publicly accessible.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupsign%2Fcomposer-symlinks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupsign%2Fcomposer-symlinks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupsign%2Fcomposer-symlinks/lists"}