PHPackages                             senet-eindhoven/azure-keyvault-php - 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. senet-eindhoven/azure-keyvault-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

senet-eindhoven/azure-keyvault-php
==================================

Access Azure Keyvault from PHP

0.2.0(3y ago)110.4k1MITPHPPHP ^8.1CI failing

Since Jul 6Pushed 3y agoCompare

[ Source](https://github.com/senet-eindhoven/azure-keyvault-php)[ Packagist](https://packagist.org/packages/senet-eindhoven/azure-keyvault-php)[ RSS](/packages/senet-eindhoven-azure-keyvault-php/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (7)Versions (4)Used By (0)

Azure KeyVault PHP
==================

[](#azure-keyvault-php)

Install
=======

[](#install)

```
composer require senet-eindhoven/azure-keyvault-php

```

Usage
=====

[](#usage)

```
require 'vendor/autoload.php'

use Senet\AzureKeyVault\Secret;

$keyvault = new Secret(
    'my-tenant',
    'https://my-keyvault-entity.vault.azure.net/',
    'clienId',
    'clientSecret',
    new \GuzzleHttp\Client(), // Any PSR ClientInterface
);
echo $keyvault->getSecret('my-secret')->getValue();
```

Support
-------

[](#support)

This library does not support the full usage of the `Azure KeyVault` yet. Below a list of the supported service

TypeSupportCommentSecretPartiallyOnly retrieving and listing of Secrets is supportedCertificateNoKeysNoExternal Api documentation
--------------------------

[](#external-api-documentation)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~11 days

Total

3

Last Release

1435d ago

### Community

Maintainers

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

---

Top Contributors

[![pimjansen](https://avatars.githubusercontent.com/u/1457219?v=4)](https://github.com/pimjansen "pimjansen (13 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/senet-eindhoven-azure-keyvault-php/health.svg)

```
[![Health](https://phpackages.com/badges/senet-eindhoven-azure-keyvault-php/health.svg)](https://phpackages.com/packages/senet-eindhoven-azure-keyvault-php)
```

###  Alternatives

[guzzlehttp/guzzle

Guzzle is a PHP HTTP client library

23.5k1.0B35.4k](/packages/guzzlehttp-guzzle)[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[gotenberg/gotenberg-php

A PHP client for interacting with Gotenberg, a developer-friendly API for converting numerous document formats into PDF files, and more!

3856.2M31](/packages/gotenberg-gotenberg-php)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M421](/packages/drupal-core-recommended)

PHPackages © 2026

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