PHPackages                             luis2307/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. luis2307/composer-azure-plugin

ActiveComposer-plugin

luis2307/composer-azure-plugin
==============================

Azure Composer plugin for demo

2.0.2(2y ago)03MITPHPPHP ~8.1.0||~8.2.0

Since Sep 26Pushed 2y agoCompare

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

READMEChangelog (2)Dependencies (3)Versions (2)Used By (0)

[![Build status](https://github.com/luis2307/composer-azure-plugin/workflows/CI/badge.svg)](https://github.com/luis2307/composer-azure-plugin/workflows/CI/badge.svg)

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 luis2307/composer-azure-plugin

```

You have to be logged in via the [Azure command line interface](https://docs.microsoft.com/es-es/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,
                "packages": [
                    "vendor-name/my-package"
                ]
            }
        ]
    }
}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

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

955d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/059b654938c4248e9b4ea567efc97adfc70cce6e2ada4b314a0329c00370a061?d=identicon)[luis](/maintainers/luis)

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

---

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)")[![luis2307](https://avatars.githubusercontent.com/u/6137191?v=4)](https://github.com/luis2307 "luis2307 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[humbug/box

Fast, zero config application bundler with PHARs.

1.3k801.5k68](/packages/humbug-box)[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M14](/packages/vaimo-composer-patches)[mglaman/composer-drupal-lenient

1317.4M15](/packages/mglaman-composer-drupal-lenient)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M440](/packages/drupal-core-composer-scaffold)[roots/wordpress-core-installer

A Composer custom installer to handle installing WordPress as a dependency

4115.6M19](/packages/roots-wordpress-core-installer)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)

PHPackages © 2026

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