1 dépôt
Mechanisms for sharing a single instance of a tool across multiple local project environments.
Distinct from Storage Sharing: Focuses on local filesystem sharing for developer tools, not cloud storage sharing or AI agent context.
Explore 1 awesome GitHub repository matching devops & infrastructure · Shared Tool Storage. Refine with filters or upvote what's useful.
This project is a PHP archive distribution system designed for hosting and deploying versioned releases. It functions as an installation tool and distribution manager that handles the downloading of archives from remote repositories or URLs into local project directories. The system ensures installation security by acting as an integrity verifier, validating archives using hash checksums and digital signatures. It includes a version resolver that matches requested constraints against available releases to ensure environment consistency. The project manages resource organization through XML m
Reduces redundant downloads by storing PHAR archives in a central directory and linking them to multiple projects.