1 repo
Tools and formats for defining project metadata, dependencies, and build requirements through structured configuration files.
Distinguishing note: Focuses on project-level configuration and dependency management manifests rather than general-purpose data serialization or application-level settings.
Explore 1 awesome GitHub repository matching software engineering & architecture · Configuration Manifests. Refine with filters or upvote what's useful.
Composer is a command-line dependency management tool for PHP that automates the process of resolving, downloading, and installing external code libraries. It functions by evaluating version constraints defined in a project's configuration file to calculate a compatible dependency tree, ensuring that applications maintain consistent behavior across different development and production environments. The tool utilizes a structured manifest file as the single source of truth for project requirements and generates a deterministic lock file to record the exact version and hash of every installed d
Uses a structured JSON manifest as the central source of truth for project requirements and dependency management.