PHPackages                             trace-one/composer-azure-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. trace-one/composer-azure-plugin

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

trace-one/composer-azure-plugin
===============================

Trace One Azure Composer plugin

7118[1 issues](https://github.com/traceone/composer-azure-plugin/issues)PHP

Since Jan 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/traceone/composer-azure-plugin)[ Packagist](https://packagist.org/packages/trace-one/composer-azure-plugin)[ RSS](/packages/trace-one-composer-azure-plugin/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/12ce3072cb7c31a84bde2ce574aa360fe859bd917b0f8c33356b12f75764f0f7/68747470733a2f2f706f7365722e707567782e6f72672f74726163652d6f6e652f636f6d706f7365722d617a7572652d706c7567696e2f642f746f74616c2e737667)](https://packagist.org/packages/trace-one/composer-azure-plugin)[![Latest Stable Version](https://camo.githubusercontent.com/d06c2897d16c14d7c765594c2f8cc369011a8cf4e803da69b3b7ade9b04b18bf/68747470733a2f2f706f7365722e707567782e6f72672f74726163652d6f6e652f636f6d706f7365722d617a7572652d706c7567696e2f762f737461626c652e737667)](https://packagist.org/packages/trace-one/composer-azure-plugin)[![License](https://camo.githubusercontent.com/a6b07932feac9e8d237032dbd57967c56a5b8820d64e215852f8690a0b2d700c/68747470733a2f2f706f7365722e707567782e6f72672f74726163652d6f6e652f636f6d706f7365722d617a7572652d706c7567696e2f6c6963656e73652e737667)](https://packagist.org/packages/trace-one/composer-azure-plugin)

Composer Azure Plugin
=====================

[](#composer-azure-plugin)

Composer Azure plugin is an attempt to use Composer with Azure DevOps artifacts, via universal packages.

Install
-------

[](#install)

Composer Azure Plugin requires [Composer 1.0.0](https://getcomposer.org/) or newer. It should be installed globally.

```
$ composer global require trace-one/composer-azure-plugin

```

You have to be logged in via the [Azure command line interface](https://docs.microsoft.com/fr-fr/cli/azure/?view=azure-cli-latest).

Usage
-----

[](#usage)

```
{
    "require": {
        "vendor-name/my-package": "1.0.0"
    },
    "extra": {
        "azure-repositories": [
            {
                "organization": "organization-name.visualstudio.com",
                "feed": "MyFeed",
                "packages": [
                    "vendor-name/my-package"
                ]
            }
        ]
    }
}
```

Publishing a package
--------------------

[](#publishing-a-package)

Universal packages do not support vendor names, we then use a dot as separator. Once inside the folder of the package you want to publish, simply publish with the correct name.

```
az artifacts universal publish
    --organization https://organization-name.visualstudio.com/
    --feed MyFeed
    --name vendor-name.my-package
    --version 1.0.0
    --description "My PHP package"
    --path .

```

Known limitations
-----------------

[](#known-limitations)

This package is a very early attempt, and has a few known limitations:

- **No version management**: the version specified into the package.json file has to be the exact required version
- **No composer publish command**: you have to publish your packages using the default Azure CLI

Feel free to suggest any improvement!

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/633c33d3cbe5a6fe383d33e81b4581c9cc2438f39f25c1fdb42d697925868e6b?d=identicon)[flavaud-traceone](/maintainers/flavaud-traceone)

---

Top Contributors

[![flavaud-traceone](https://avatars.githubusercontent.com/u/43442520?v=4)](https://github.com/flavaud-traceone "flavaud-traceone (16 commits)")

### Embed Badge

![Health badge](/badges/trace-one-composer-azure-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/trace-one-composer-azure-plugin/health.svg)](https://phpackages.com/packages/trace-one-composer-azure-plugin)
```

###  Alternatives

[icehouse-ventures/laravel-mermaid

Simple package to generate diagrams in Laravel using the Mermaid.js library

2630.0k](/packages/icehouse-ventures-laravel-mermaid)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
