awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
phar-io avatar

phar-io/manifest

0
View on GitHub↗
7,483 星标·15 分支·PHP·13 次浏览phar.io↗

Manifest

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 manifest parsing and serialization, allowing for the structured handling of versions and dependencies. It further optimizes storage by using a shared archive directory and symbolic links to prevent redundant downloads across multiple projects.

Features

  • PHP Archive Distribution Managers - Acts as a distribution manager for hosting and deploying versioned PHP archives to local project directories.
  • Versioned Archive Distribution - Hosts versioned archives and security signatures on remote servers to automate deployment.
  • Version Constraints - Ensures environment consistency by enforcing specific tool version ranges for PHP archives.
  • PHAR Deployment Tools - Downloads and deploys PHAR files from remote sources or aliases into local project directories.
  • PHAR Installers - Downloads and deploys PHP Archive files from remote repositories or URLs into local directories.
  • PHP Archive Installers - Downloads and deploys versioned PHP archives from remote repositories or URLs into local directories.
  • Version Constraints - Matches requested version strings against available releases to select the compatible installation target.
  • Archive-Based Distributions - Hosts and distributes versioned PHP archives via remote release servers.
  • Version Manifest Resolvers - Matches requested version constraints against a remote manifest of available releases to select compatible targets.
  • Constraint-Based Installation - Installs specific versions of archives using constraints to ensure consistent environments.
  • Dependency Integrity Verifiers - Verifies cryptographic hashes for downloaded archives to ensure package authenticity.
  • Download Integrity Verification - Validates the authenticity of downloaded archives using cryptographic hash checksums.
  • File Integrity Verifiers - Validates PHP Archive files using cryptographic hash checksums and digital signatures to ensure authenticity.
  • Archive Signature Verifiers - Validates archive signatures using trusted keys to ensure the integrity of downloaded tools.
  • Signature Verification Tools - Validates digital signatures and hash values of PHAR files to ensure software integrity.
  • PHAR Distributions - Hosts and delivers versioned PHAR files via remote repositories to automate installation.
  • Manifest Parsers - Parses XML manifest files into structured objects to manage versions and dependency requirements.
  • Shared Archive Storage - Stores archives in a central directory and uses symbolic links to prevent redundant downloads.
  • Shared Tool Storage - Reduces redundant downloads by storing PHAR archives in a central directory and linking them to multiple projects.
  • Dependency Manifests - Utilizes structured manifest files to standardize library versions and dependency requirements.
  • Symbolic Link Utilities - Uses symbolic links to map a central archive directory to multiple project folders, avoiding redundant downloads.

Star 历史

phar-io/manifest 的 Star 历史图表phar-io/manifest 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

phar-io/manifest 是做什么的?

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.

phar-io/manifest 的主要功能有哪些?

phar-io/manifest 的主要功能包括:PHP Archive Distribution Managers, Versioned Archive Distribution, Version Constraints, PHAR Deployment Tools, PHAR Installers, PHP Archive Installers, Archive-Based Distributions, Version Manifest Resolvers。

phar-io/manifest 有哪些开源替代品?

phar-io/manifest 的开源替代品包括: phar-io/version — This project is a set of specialized tools for installing archive packages and programmatically parsing or validating… zeux/pugixml — pugixml is a lightweight C++ XML parser and DOM-based library used for parsing, manipulating, and saving XML… martinblech/xmltodict — xmltodict is a Python library that provides bidirectional serialization between XML documents and dictionaries. It… leonidas-from-xiv/node-xml2js — This project is a Node.js library for bidirectional conversion between XML strings and JavaScript objects. It… whatwg/html — This repository contains the HTML specification, which defines the core standards for web page structuring, content… antfu-collective/taze — Taze is a dependency update automator and monorepo dependency manager that detects newer package versions and updates…

Manifest 的开源替代方案

相似的开源项目,按与 Manifest 的功能重合度排序。
  • phar-io/versionphar-io 的头像

    phar-io/version

    7,477在 GitHub 上查看↗

    This project is a set of specialized tools for installing archive packages and programmatically parsing or validating software version constraints. It functions as a PHP version comparison library and a semantic versioning parser designed to handle the requirements of software dependency management. The system includes a PHP archive installer that downloads and deploys Phar packages from repositories, GitHub, or direct URLs. It uses a semantic version constraint validator to ensure that installed versions satisfy specific requirements defined by mathematical, caret, or tilde operators. Addit

    PHP
    在 GitHub 上查看↗7,477
  • zeux/pugixmlzeux 的头像

    zeux/pugixml

    4,590在 GitHub 上查看↗

    pugixml is a lightweight C++ XML parser and DOM-based library used for parsing, manipulating, and saving XML documents. It provides a portable toolset for reading XML data from files, strings, or memory buffers and converting them into an in-memory document object model. The library includes a dedicated XPath 1.0 engine for extracting specific nodes and data through path expressions. It distinguishes itself through customizable memory management, allowing heap operations to be redirected to user-defined allocation functions, and the ability to perform in-place buffer parsing to reduce memory

    C++
    在 GitHub 上查看↗4,590
  • martinblech/xmltodictmartinblech 的头像

    martinblech/xmltodict

    5,741在 GitHub 上查看↗

    xmltodict is a Python library that provides bidirectional serialization between XML documents and dictionaries. It functions as a parser that converts marked-up input into key-value pairs and a serialization utility that transforms dictionaries back into structured XML documents. The project includes an incremental stream processor that uses depth-based callbacks to handle large XML files while maintaining constant memory usage. It features a namespace manager for mapping prefixes and declarations, as well as a security sanitizer that blocks external entity expansion and validates element nam

    Python
    在 GitHub 上查看↗5,741
  • leonidas-from-xiv/node-xml2jsLeonidas-from-XIV 的头像

    Leonidas-from-XIV/node-xml2js

    4,966在 GitHub 上查看↗

    This project is a Node.js library for bidirectional conversion between XML strings and JavaScript objects. It functions as an XML parser that transforms XML content into structured data and an XML serializer that generates formatted strings from JavaScript data objects. The toolkit includes a data transformer that applies custom processing functions to tags and attributes during the conversion process. It manages XML namespaces and supports the definition of custom root elements to maintain document structure during generation. The system handles XML data parsing, string generation, and name

    CoffeeScript
    在 GitHub 上查看↗4,966
查看 Manifest 的所有 30 个替代方案→