Proxy for Packagistfree

Speed up downloading Composer dependencies by 90% thanks to global CDN. It works also for all packages from packagist.org

#use this composer plugin:

composer global require repman-io/composer-plugin
Copy to clipboard

#or add this line to your composer.json file and trigger composer update --lock to update composer.lock file

{
  "repositories": [
    {"type": "composer", "url": "https://repo.repman.io"},
    {"packagist": false}
  ]
}
Copy to clipboard

Global CDN

Speed up Composer up to 90%.

Security

Protect against removing a package from Packagist.

Easy usage

Just install the plugin or change your composer.json file.

Private Packagesfree

Add and manage private PHP Composer dependencies in Cloud or behind your firewall. Dedicated integration with GitHub / GitLab and BitBucket.

Go with repman