🎼

Composer Registry

Composer - https://repo.packagist.org

πŸ“š How to Use This Mirror

Complete guide for connecting and using this registry

πŸ”§ Setup Instructions

You can use this Composer mirror in several ways:

Method 1: Project-Level Configuration

Add the repositories section to your composer.json:

{
  "repositories": [
    {
      "type": "composer",
      "url": "http://mirror2.chabokan.net/composer"
    }
  ]
}

Method 2: Global Configuration

composer config -g repo.packagist composer http://mirror2.chabokan.net/composer

πŸ’‘ Usage Examples

Install package:
composer require vendor/package
Update packages:
composer update
Install from composer.json:
composer install

⚠️ Important Notes

  • βœ… All packages are automatically cached in the mirror
  • βœ… If a package is not in cache, it will be fetched from upstream
  • βœ… Cached packages download much faster
  • ⚑ For best performance, use permanent configuration
  • ⚠️ Warning: You are using HTTP. For better security, use HTTPS
Total Packages
0
Total Downloads
0
Total Size
0Β bytes

Recent Downloads

Latest package downloads from this registry

No downloads yet

Popular Packages

Most downloaded packages

No packages yet

Recently Cached

Latest packages added to cache

No packages yet

← Back to Dashboard