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

1 repo

Awesome GitHub RepositoriesReproducible Build Environments

Tools and configurations that ensure consistent software builds across different development and deployment environments.

Distinguishing note: None available; no candidates provided.

Explore 1 awesome GitHub repository matching development tools & productivity · Reproducible Build Environments. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Reproducible Build Environments

Awesome Reproducible Build Environments 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

    Ensures consistent software builds across different environments to prevent deployment errors and configuration drift.

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