PHPackages                             dragosbecsan/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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. dragosbecsan/composer-azure-plugin

ActiveComposer-plugin[DevOps &amp; Deployment](/categories/devops)

dragosbecsan/composer-azure-plugin
==================================

Azure Composer plugin

1.0.0(2y ago)0260MITPHPPHP ~8.1.0||~8.2.0

Since Nov 20Pushed 2y agoCompare

[ Source](https://github.com/DragosBecsan/composer-azure-plugin)[ Packagist](https://packagist.org/packages/dragosbecsan/composer-azure-plugin)[ RSS](/packages/dragosbecsan-composer-azure-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

[![Build status](https://github.com/marvincaspar/composer-azure-plugin/workflows/CI/badge.svg)](https://github.com/marvincaspar/composer-azure-plugin/workflows/CI/badge.svg)[![codecov](https://camo.githubusercontent.com/779811e774ce96ee66a4e00668e4747fc2afd6e45f597e09df7ee29ab42298f2/68747470733a2f2f636f6465636f762e696f2f67682f6d617276696e6361737061722f636f6d706f7365722d617a7572652d706c7567696e2f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d44473347363354305132)](https://codecov.io/gh/marvincaspar/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 2](https://getcomposer.org/) and PHP8.1 or newer. It should be installed globally.

```
$ composer global require dragosbecsan/composer-azure-plugin

```

You have to be logged in via the [Azure command line interface](https://docs.microsoft.com/de-de/cli/azure/install-azure-cli-linux?pivots=apt#sign-in-to-azure-with-the-azure-cli).

Usage
-----

[](#usage)

This plugin has two components. Publishing a composer package to azure and pulling the dependency.

### Publishing a package

[](#publishing-a-package)

In the package you want to publish you have to add an `azure-publish-registry` config to the `extra` block.

```
{
    ...
    "extra": {
        "azure-publish-registry": {
            "organization": "dev.azure.com/",
            "project": "",
            "feed": ""
        }
    }
}
```

This plugin adds a new composer command to easily publish the package. Just run `composer azure:publish` and it will remove all ignore files (e.g. the vendor folder) and publish the code to azure artifacts.

### Use package as dependency

[](#use-package-as-dependency)

To use a published package add an `azure-repositories` config to the `extra` block. There you define which packages are required for the current project. In the `required` block you then define the requirements as usual. The only downsite is, that you can't use constraints and set a specific version.

```
{
    "require": {
        "vendor-name/my-package": "1.0.0"
    },
    "extra": {
        "azure-repositories": [
            {
                "organization": "dev.azure.com/",
                "project": "",
                "feed": "",
                "symlink": false,
                "vendors": [
                    "vendor-name"
                ]
            }
        ]
    }
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

901d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dff64f47b8ba33479716c1d30d33b922e1d9fdb8eae9379bfff412d25023e12c?d=identicon)[Dragosh090](/maintainers/Dragosh090)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[johnpbloch/wordpress-core-installer

A custom installer to handle deploying WordPress with composer

22110.8M46](/packages/johnpbloch-wordpress-core-installer)[civicrm/composer-compile-plugin

Define a 'compile' event for all packages in the dependency-graph

12488.2k15](/packages/civicrm-composer-compile-plugin)[enumag/no-thanks

Prevents symfony/flex from printing thanks reminder.

3315.6k](/packages/enumag-no-thanks)[inpsyde/vip-composer-plugin

A Composer plugin to ease deployment to wordpress.com VIP servers alongside Composer-based development.

1258.2k](/packages/inpsyde-vip-composer-plugin)[stephank/composer-plugin-nixify

Composer plugin to help with Nix packaging

1710.5k](/packages/stephank-composer-plugin-nixify)

PHPackages © 2026

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