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

Adding PHP Extras #2454

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* [Crates](#crates)
* [Maven](#maven)
* [PyPI](#pypi)
* [PHP Extras](#PHP-Extras)
- [Communication channels](#communication-channels)
* [opentelemetry-calendar-contributors Google Group](#opentelemetry-calendar-contributors-google-group)
* [OpenTelemetry Calendar Invites Google Group](#opentelemetry-calendar-invites-google-group)
Expand Down Expand Up @@ -165,6 +166,21 @@
Link: https://pypi.org/user/opentelemetry/

- Owner: [@codeboten](https://github.com/codeboten)

### PHP Extras

##### SIG Extra Repositories: https://github.com/opentelemetry-php

These read only repository clones are used in order to create split-repos, which are necessary for packagist php package publishing.

Check warning on line 174 in assets.md

View workflow job for this annotation

GitHub Actions / spelling-check

Unknown word (packagist)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add owners to this section also (even if the same)?


##### Packagist: https://packagist.org/packages/open-telemetry/

Check warning on line 176 in assets.md

View workflow job for this annotation

GitHub Actions / spelling-check

Unknown word (Packagist)

These are the published packages for opentelemetry-php (used by package managers like [composer](https://getcomposer.org))

Owners:

- [@bobstrecansky](https://github.com/bobstrecansky)
- [@brettmc](https://github.com/brettmc)

## Communication channels

Expand Down Expand Up @@ -350,3 +366,4 @@

* Advisories Dashboard
* Snyk

Loading