{"id":44476281,"url":"https://github.com/henzeb/composer-link","last_synced_at":"2026-02-12T22:34:52.802Z","repository":{"id":62515960,"uuid":"306055327","full_name":"henzeb/composer-link","owner":"henzeb","description":"Simplifies development of libraries by linking them","archived":false,"fork":false,"pushed_at":"2020-12-11T09:24:06.000Z","size":18,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T01:55:17.232Z","etag":null,"topics":["composer-plugin","link","package-development"],"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/henzeb.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":"2020-10-21T14:41:21.000Z","updated_at":"2022-04-14T12:30:07.000Z","dependencies_parsed_at":"2022-11-02T13:03:33.930Z","dependency_job_id":null,"html_url":"https://github.com/henzeb/composer-link","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/henzeb/composer-link","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henzeb%2Fcomposer-link","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henzeb%2Fcomposer-link/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henzeb%2Fcomposer-link/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henzeb%2Fcomposer-link/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/henzeb","download_url":"https://codeload.github.com/henzeb/composer-link/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henzeb%2Fcomposer-link/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29384004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T22:07:52.078Z","status":"ssl_error","status_checked_at":"2026-02-12T22:07:49.026Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["composer-plugin","link","package-development"],"created_at":"2026-02-12T22:34:52.319Z","updated_at":"2026-02-12T22:34:52.795Z","avatar_url":"https://github.com/henzeb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# composer-link\nSimplifies development of libraries by linking them into your project. loosely based on npm link and [ro0NL/composer-link](https://github.com/ro0NL/composer-link), which is currently no longer updated and has some dependency errors in some cases.\n## Installation\nIf you want to install this globally:\n\n    composer global require henzeb/composer-link\n\nIf you want to install this per project:\n\n    composer require henzeb/composer-link\n\n## Usage\nEvery link made will be transformed to a relative path. This is useful in situations where you want to test inside a docker container or virtual machine.\n\n### Link\nTo link a local package you must be sure to have it required first. After that you can just point to the location where your package resides:\n\n    composer link ../path/to/your/package\n\n### Unlink\n\n### Linking/unlinking previously linked packages\nIf you have linked a package before, composer-link has stored the path inside a file called `linked.json`.  Whenever you are not developing and need the package version that was actually installed, just call the following:\n\n    composer unlink\n \nAnd when you want to continue developing\n\n    composer link\n  \n  you can add the package name to specify a specific package if needed.\n\n    composer link yourname/your-package\n\n### configuration\nThis package requires no configuration and works out of the box. You can however change the location/filename of this file by adding `link` with the path where you want the configuration to be stored inside the `extra` parameter of your composer.json of your project.\n\n    ...\n    \"extra\": {\n        \"link\":\"path/to/your/linked.json\"\n    },\n    ...\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenzeb%2Fcomposer-link","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhenzeb%2Fcomposer-link","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenzeb%2Fcomposer-link/lists"}