Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packages: PHP support #93

Open
github-product-roadmap opened this issue Jul 24, 2020 · 0 comments
Open

Packages: PHP support #93

github-product-roadmap opened this issue Jul 24, 2020 · 0 comments

Comments

@github-product-roadmap
Copy link
Collaborator

@github-product-roadmap github-product-roadmap commented Jul 24, 2020

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
@github github locked and limited conversation to collaborators Jul 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.