awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Paketverwaltungstools für PHP

Ranking aktualisiert am 30. Juni 2026

Entdecke Open-Source-Dependency-Manager und Library-Installer speziell für das PHP-Ökosystem.

Paketverwaltungstools für PHP

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • composer/composerAvatar von composer

    composer/composer

    29,457Auf GitHub ansehen↗

    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

    Composer is the standard PHP dependency manager that handles composer.json manifests, dependency resolution, PSR‑4 autoloading, Packagist integration, lock files, a CLI, and plugin support—exactly the tool you need for managing PHP library dependencies.

    PHPDependency ManagersDependency Resolution EnginesConfiguration Manifests
    Auf GitHub ansehen↗29,457

Related searches

  • CLI-Tool zur Verwaltung von Abhängigkeiten
  • ein Paket- und Abhängigkeitsmanager für Python
  • Dependency-Manager für Swift-Packages
  • a library for building PHP CLI applications
  • a php library for making http requests
  • a message queue library for PHP
  • a php library for application logging
  • a dependency injection container for PHP