PHPackages                             mefistobaal/azurekeyvault - 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. [API Development](/categories/api)
4. /
5. mefistobaal/azurekeyvault

ActiveLibrary[API Development](/categories/api)

mefistobaal/azurekeyvault
=========================

A simple wrapper for the Azure RM Key Vault API.

v0.2(4y ago)06.6k—0%1MITPHPPHP ^8.0

Since Nov 20Pushed 4y agoCompare

[ Source](https://github.com/MefistoBaal/php-azure-key-vault)[ Packagist](https://packagist.org/packages/mefistobaal/azurekeyvault)[ RSS](/packages/mefistobaal-azurekeyvault/feed)WikiDiscussions master Synced 1mo ago

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

PHP - Azure Key Vault
=====================

[](#php---azure-key-vault)

Overview
--------

[](#overview)

A simple Proof Of Concept wrapper for the Azure RM API making it easy to comsume Azure Key Vault Secrets and Encrypt\\DeCrypt strings with a Key.

More information about Azure Key Vault can be found here:

No tests implemented.

Usage
-----

[](#usage)

1. Create an Azure AD application with access to the key vault you want to interact with.
2. Install the project via composer.
3. Follow one of the examples.

Requirements
------------

[](#requirements)

- PHP 8+

Example
-------

[](#example)

More examples can be found in the examples folder.

```
require_once '../../vendor/autoload.php';

use Vault\Azure\Authorization\Token as azureAuthorisation;
use Vault\Azure\Keyvault\Secret as keyVaultSecret;

$keyVault = new keyVaultSecret(
    [
        'accessToken'  => azureAuthorisation::getKeyVaultToken(
            [
                'appTenantDomainName' => 'contoso.onmicrosoft.com',
                'clientId'            => '00000000-0000-0000-0000-000000000000',
                'clientSecret'        => '5Ki1PHwjbCuDqPQ2f/AAydhjdfhdsdndks7887jhjhs='
            ]
        ),
        'keyVaultName' => 'keyVaultName'
    ]
);

// get the latest value for the secret
var_dump($keyVault->get('T1'));
```

Contributors
------------

[](#contributors)

- Ben Taylor
- MefistoBaal

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

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

Every ~1334 days

Total

2

Last Release

1761d ago

### Community

Maintainers

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

---

Top Contributors

[![MefistoBaal](https://avatars.githubusercontent.com/u/31227338?v=4)](https://github.com/MefistoBaal "MefistoBaal (2 commits)")[![bentaylorwork](https://avatars.githubusercontent.com/u/18283616?v=4)](https://github.com/bentaylorwork "bentaylorwork (1 commits)")

---

Tags

phpazurekeyvault

### Embed Badge

![Health badge](/badges/mefistobaal-azurekeyvault/health.svg)

```
[![Health](https://phpackages.com/badges/mefistobaal-azurekeyvault/health.svg)](https://phpackages.com/packages/mefistobaal-azurekeyvault)
```

###  Alternatives

[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[bentaylorwork/azurekeyvault

A simple wrapper for the Azure RM Key Vault API.

1231.8k](/packages/bentaylorwork-azurekeyvault)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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