awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Configuration Manifests · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesConfiguration Manifests

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.

  1. Home
  2. Software Engineering & Architecture
  3. Configuration Manifests

Awesome Configuration Manifests GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • composer/composer

    composer/composer

    29,317View on GitHub↗

    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.

    PHPcomposerdependency-managerpackage-manager
    29,317View on GitHub↗