-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed as not planned
Labels
allProduct SKU: AllProduct SKU: AllcloudAvailable on CloudAvailable on CloudgaFeature phase: Generally availableFeature phase: Generally availablepackagesFeature: GitHub PackagesFeature: GitHub Packages
Description
Summary
This is the GA (generally available) release of support for PHP dependency management through Composer.
Intended Outcome
GitHub Packages customers will have the ability to publish public and private PHP packages within their organization. Composer packages published can be shared internally and will benefit from the fine grained access controls connected to GitHub teams available to all other package registry services.
- Language: PHP
- Framework: Composer
- CLI: composer
How will it work?
"repositories": [
{"type": "composer", "url": "https://php.pkg.github.com/$ORG/"}
],
"require": {
"$ORG/package": ">= 1.2.3"
}composer installMetadata
Metadata
Assignees
Labels
allProduct SKU: AllProduct SKU: AllcloudAvailable on CloudAvailable on CloudgaFeature phase: Generally availableFeature phase: Generally availablepackagesFeature: GitHub PackagesFeature: GitHub Packages
Type
Projects
Status
Future