:hammer_and_wrench: :hammer: Composer 注册表管理器,可帮助您轻松切换到所需的 Composer 仓库。
:hammer_and_wrench: :hammer: Composer 注册表管理器,可帮助您轻松切换到所需的 Composer 仓库。
Composer Registry Manager can help you easily and quickly switch between different composer repositories.
Install via composer
$ composer global require slince/composer-registry-manager ^2.0
…
You can filter by location using --location xx
$ composer repo:ls --location China
$ composer repo:use
Please select your favorite repository (defaults to composer) [composer]:
[0 ] composer
[1 ] aliyun
[2 ] tencent
[3 ] huawei
[4 ] cnpkg
[5 ] sjtug
[6 ] phpcomposer
[7 ] kkame
[8 ] hiraku
[9 ] webysther
[10] solidworx
[11] indra
[12] varun
>
You can also skip selection by giving repository name.
$ composer repo:use aliyun
Add the option --current/-c for the current project.
If you want to discard all custom mirrors, you can use the following command:
$ composer repo:reset
Use the following command for help.
…
The MIT license. See MIT
暂无开放 Issues,或尚未同步最近议题。