Hi HN, I'm the author of this blog post.<p>As a PHP developer, I’ve always envied how easy it is in the JavaScript world to link local packages using npm link. Composer doesn’t have an official equivalent, and managing local packages in monorepos or across projects can be painful.<p>So I wrote a tool called Composer Linker, inspired by NPM’s linking behavior. It’s a small wrapper around Composer that makes it easy to symlink packages locally while keeping composer.json and composer.lock happy.<p>If you're working on Laravel packages, multi-package repositories, or trying to test packages across multiple projects, this might save you some time.<p>I’d love any feedback, ideas, or critiques — especially from devs who’ve built tooling around Composer or package development workflows.<p>Thanks for reading!