Packagist Mirror

This is PHP package repository packagist.org mirror site.

Synchronized continuously

When composer commands are executed, composer will download information from the packages that are needed and also from dependent packages. The further you are from the location of the packagist.org server, the more time is needed to download JSON files. Using a mirror will help save time for downloading because the server location is closer.

Enable mirror:

composer config -g repos.packagist composer https://packagist.pages.dev

Disable mirror:

composer config -g --unset repos.packagist

Disclaimer

This site offers its services free of charge and only as a mirror site.

This site only provides package information / metadata with no distribution file of the packages. All packages metadata files are mirrored from packagist.org. We do not modify and/or process the JSON files. If there is something wrong, please disable this mirror and try to refer to the original packagist.org.