All Projects → aliyun → Packagist Mirror

aliyun / Packagist Mirror

Licence: other
Alibaba Cloud Packagist Mirror

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Packagist Mirror

Composer Mirror
Composer 全量镜像发布于2017年3月,曾不间断运行2年多。这个开源有助于理解 Composer 镜像的工作原理
Stars: ✭ 607 (+863.49%)
Mutual labels:  mirror, composer, packagist
Acf Pro Installer
A composer install helper for Advanced Custom Fields PRO
Stars: ✭ 265 (+320.63%)
Mutual labels:  composer, packagist
client-php
Official NFe.io API Client for PHP
Stars: ✭ 36 (-42.86%)
Mutual labels:  packagist, composer
Composer Registry Manager
🛠 🔨 Composer registry manager that help to easily switch to the composer repository you want.
Stars: ✭ 448 (+611.11%)
Mutual labels:  mirror, composer
alfred-packagist
Alfred workflow to search for PHP packages with Packagist
Stars: ✭ 21 (-66.67%)
Mutual labels:  packagist, composer
crook
Simple hook management tool made with PHP
Stars: ✭ 60 (-4.76%)
Mutual labels:  packagist, composer
Performance
⏱ PHP performance tool analyser your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interfaces.
Stars: ✭ 429 (+580.95%)
Mutual labels:  composer, packagist
private-packagist-api-client
Private Packagist API Client
Stars: ✭ 28 (-55.56%)
Mutual labels:  packagist, composer
Awesome Composer
😎 A curated awesome list for Composer, Packagist, Satis, Plugins, Scripts, Composer related resources, tutorials.
Stars: ✭ 738 (+1071.43%)
Mutual labels:  composer, packagist
Id Card
身份证号校验及信息获取
Stars: ✭ 14 (-77.78%)
Mutual labels:  composer, packagist
composer-velocita
Velocita - Composer plugin for transparent caching
Stars: ✭ 26 (-58.73%)
Mutual labels:  packagist, composer
Kontent Delivery Sdk Php
Kentico Kontent Delivery SDK for PHP
Stars: ✭ 41 (-34.92%)
Mutual labels:  composer, packagist
composer-diff
Compares composer.lock changes and generates Markdown report so you can use it in PR description.
Stars: ✭ 51 (-19.05%)
Mutual labels:  packagist, composer
The-PHP-Workshop
A New, Interactive Approach to Learning PHP
Stars: ✭ 30 (-52.38%)
Mutual labels:  packagist, composer
ip
Immutable value object for IPv4 and IPv6 addresses, including helper methods and Doctrine support.
Stars: ✭ 212 (+236.51%)
Mutual labels:  packagist, composer
Repman
Repman - PHP Repository Manager: packagist proxy and host for private packages
Stars: ✭ 277 (+339.68%)
Mutual labels:  composer, packagist
packagist
🐳 Dockette out-of-box Packagist (Nginx / Solr 6 / PHP 7.1+FPM)
Stars: ✭ 32 (-49.21%)
Mutual labels:  packagist, composer
composer-localdev-plugin
Composer Plugin for local development
Stars: ✭ 31 (-50.79%)
Mutual labels:  packagist, composer
Local Php Security Checker
PHP security vulnerabilities checker
Stars: ✭ 482 (+665.08%)
Mutual labels:  composer, packagist
Packagist Mirror
Creates Packagist.org mirror site.
Stars: ✭ 32 (-49.21%)
Mutual labels:  composer, packagist

English | 简体中文

Alibaba Cloud Packagist Mirror

Go Report Card

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.

Quick Start

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"

Architecture

Contribution

Welcome to participate in the development and make PHP community more prosperous together. Please read contribution guide before submitting pull request.

Issue

Submit Issue, problems that do not meet the guidelines may be closed immediately.

Release notes

Detailed changes to each version are documented in release notes.

References

License

Apache-2.0

Copyright (c) 2009-present, Alibaba Cloud All rights reserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].