awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

أدوات إدارة حزم PHP

تم تحديث الترتيب في 30 يونيو 2026

اكتشف مديرات الحزم ومثبتات المكتبات مفتوحة المصدر المصممة خصيصاً لنظام بيئة لغة PHP.

أدوات إدارة حزم PHP

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • composer/composerالصورة الرمزية لـ composer

    composer/composer

    29,457عرض على 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

    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
    عرض على GitHub↗29,457

Related searches

  • أداة سطر أوامر لإدارة الاعتمادات (dependencies)
  • مدير حزم واعتماديات لمشاريع Python
  • مدير تبعيات لحزم Swift
  • 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