English | 简体中文
Alibaba Cloud Packagist Mirror is an open source system that Alibaba Cloud helps PHP developers speed up the installation of Composer dependent packages. Welcome to use Alibaba Cloud Packagist Mirror.
To run the system, create a packagist.yml
file in the root directory of the project, and configure the following options:
For security, please do not add the
packagist.yml
file to version control.
REDIS_ADDR: "address:port"
REDIS_PASSWORD: "password"
REDIS_DB: 0
OSS_ACCESS_KEY_ID: "OSS AccessKeyID"
OSS_ACCESS_KEY_SECRET: "OSS AccessKeySecret"
OSS_ENDPOINT: "OSS endpoint, such as oss-cn-hangzhou.aliyuncs.com"
OSS_BUCKET: "Bucket"
# Unlimited to request dist
GITHUB_TOKEN: "GitHub token, such as: 6a023b828b17*****0ab5tgj6ddb3f0ccb3d30e0"
REPO_URL: "Synchronization source address, such as https://mirrors.aliyun.com/composer/"
API_URL: "Change monitoring API address, such as: https://packagist.org/"
MIRROR_URL: "Mirror website, such as https://developer.aliyun.com/composer/"
DIST_URL: "Download address of zip package, such as https://mirrors.aliyun.com/composer/dists/"
PROVIDER_URL: "Provider prefix"
BUILD_CACHE: "true"
API_ITERATION_INTERVAL: 5
USER_AGENT: "Alibaba Cloud"
Welcome to participate in the development and make PHP community more prosperous together. Please read contribution guide before submitting pull request.
Submit Issue, problems that do not meet the guidelines may be closed immediately.
Detailed changes to each version are documented in release notes.
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.