1 repositorio
Systems for hosting and deploying versioned PHP Archive (PHAR) files from remote repositories.
Distinct from PHP Single-File Distributions: Unlike general binary distribution or single-file distributions, this focuses on the management system for deploying versioned PHAR files.
Explore 1 awesome GitHub repository matching devops & infrastructure · PHP Archive Distribution Managers. 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
Acts as a distribution manager for hosting and deploying versioned PHP archives to local project directories.