PHPackages                             violuke/vault-php-sdk - 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. violuke/vault-php-sdk

ActiveLibrary

violuke/vault-php-sdk
=====================

SDK to talk with vaultproject.io API (Guzzle 6)

1.0.2(9y ago)1324.3k↓50%6MITPHP

Since Apr 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/violuke/vault-php-sdk)[ Packagist](https://packagist.org/packages/violuke/vault-php-sdk)[ RSS](/packages/violuke-vault-php-sdk/feed)WikiDiscussions master Synced 1mo ago

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

Vault PHP SDK
=============

[](#vault-php-sdk)

This is a fork of the great [jippi/vault-php-sdk](https://github.com/jippi/vault-php-sdk) project. That project is using Guzzle 4/5 and upgrading to Guzzle 6 would cause some backwards-incompatible changes. My version of the project is is using Guzzle 6 (thanks [@stevenscg](https://github.com/jippi/vault-php-sdk/pull/3) for doing most of that work) and also has more services implemented. For now, I've only implemented those that I need, but I will do others in the future. Feel free to submit PRs. I plan to add tests in the future too.

Installation
------------

[](#installation)

This library can be installed with composer:

```
composer require violuke/vault-php-sdk

```

Usage
-----

[](#usage)

The simple way to use this SDK, is to instantiate the service factory:

```
$sf = new Violuke\Vault\ServiceFactory();

```

Then, a service could be retrieve from this factory:

```
$sys = $sf->get('sys');

```

Finally, make a call on the service

```
echo 'The vault ' . ($sys->sealed() ? 'is' : 'is not') . ' sealed';

```

All services methods follow the same convention:

```
$response = $service->method($mandatoryArgument, $someOptions);

```

- All API mandatory arguments are placed as first;
- All API optional arguments are directly mapped from `$someOptions`;
- Most methods return raw guzzle response, but there are some exceptions (like `$sys->sealed()` from the example above).

Examples
--------

[](#examples)

The `examples` directory is a pure extract from [jippi](https://github.com/jippi/vault-php-sdk)'s CakePHP 3 app using the SDK - its crude, but should show the basics of the SDK

Available services
------------------

[](#available-services)

- `sys`
- `data`
- `auth/token`
- `transit`

License
-------

[](#license)

MIT

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~189 days

Total

3

Last Release

3303d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/916b54090a031ca520c8c10859bc1f999387c3f955c36b12f7edd96fb459a8c5?d=identicon)[violuke](/maintainers/violuke)

---

Top Contributors

[![violuke](https://avatars.githubusercontent.com/u/6420347?v=4)](https://github.com/violuke "violuke (8 commits)")[![jippi](https://avatars.githubusercontent.com/u/22841?v=4)](https://github.com/jippi "jippi (6 commits)")[![stevenscg](https://avatars.githubusercontent.com/u/176253?v=4)](https://github.com/stevenscg "stevenscg (2 commits)")[![benschw](https://avatars.githubusercontent.com/u/98852?v=4)](https://github.com/benschw "benschw (1 commits)")

### Embed Badge

![Health badge](/badges/violuke-vault-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/violuke-vault-php-sdk/health.svg)](https://phpackages.com/packages/violuke-vault-php-sdk)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.7k509.9M17.0k](/packages/laravel-framework)[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19562.3M1.3k](/packages/drupal-core)[theodo-group/llphant

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

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

The Telegram bot library that doesn't drive you nuts

714214.9k8](/packages/nutgram-nutgram)[tempest/framework

The PHP framework that gets out of your way.

2.1k23.1k9](/packages/tempest-framework)

PHPackages © 2026

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