Skip to content

Packages: PHP support #93

@github-product-roadmap

Description

@github-product-roadmap

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 install

Metadata

Metadata

Assignees

No one assigned

    Labels

    allProduct SKU: AllcloudAvailable on CloudgaFeature phase: Generally availablepackagesFeature: GitHub Packages

    Type

    No type

    Projects

    Status

    Future

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions