Asia/Kolkata
Mon-04/Jan/2021 - 7:29:51 AM
This is PHP package repository Packagist.org mirror site.
If you're using PHP Composer, commands like create-project
, require
,
update
, remove
are often used. When those commands are executed, Composer will
download information from the packages that are needed from dependent packages. The number of json files
downloaded depends on the complexity of the packages being used. The further you are from the location of the
packagist.org server, the more time is needed to download the json files. By using this mirror, it will help
save the time for downloading because the server location is closer.
Run the below command to modify the PHP Composer configuration to use this mirror as the default Composer repository.
Enable:
$ composer config -g repos.packagist composer https://packagist.in
Disable:
$ composer config -g --unset repos.packagist
Built from India by Varun Sridharan.