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 2d 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 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

957d 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

[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k16.7M1.0k](/packages/phpro-grumphp)[symfony/runtime

Enables decoupling PHP applications from global state

74798.8M1.0k](/packages/symfony-runtime)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5445.2M564](/packages/drupal-core-composer-scaffold)[johnpbloch/wordpress-core-installer

A custom installer to handle deploying WordPress with composer

21911.3M51](/packages/johnpbloch-wordpress-core-installer)[roots/wordpress-core-installer

A Composer custom installer to handle installing WordPress as a dependency

4216.6M51](/packages/roots-wordpress-core-installer)[drupal/core-project-message

Adds a message after Composer installation.

2124.7M203](/packages/drupal-core-project-message)

PHPackages © 2026

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