PHPackages                             jeffwecan/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. [API Development](/categories/api)
4. /
5. jeffwecan/vault-php-sdk

ActiveLibrary[API Development](/categories/api)

jeffwecan/vault-php-sdk
=======================

SDK to talk with vaultproject.io API

2.0.4(7y ago)0243MITPHP

Since Apr 20Pushed 7y agoCompare

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

READMEChangelog (1)Dependencies (2)Versions (8)Used By (0)

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

[](#vault-php-sdk)

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

[](#installation)

This library can be installed with composer:

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

```

Usage
-----

[](#usage)

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

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

```

Then, a service could be retrieved from this factory:

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

```

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`;
- All methods return raw guzzle response.

Examples
--------

[](#examples)

The `examples` directory is a pure extract from my own CakePHP 3 app using the SDK - its crude, but should show the basics of the SDK

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

[](#available-services)

- sys
- data

License
-------

[](#license)

MIT

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 63.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

Every ~180 days

Recently: every ~166 days

Total

6

Last Release

2771d ago

Major Versions

1.0.0 → 2.0.02016-12-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b4027b784239720efec2772711d769faef593a11ef96be4ae588bf850d3c578?d=identicon)[jeffwecan](/maintainers/jeffwecan)

---

Top Contributors

[![jippi](https://avatars.githubusercontent.com/u/22841?v=4)](https://github.com/jippi "jippi (12 commits)")[![jeffwecan](https://avatars.githubusercontent.com/u/1158545?v=4)](https://github.com/jeffwecan "jeffwecan (3 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)")[![zerowebcorp](https://avatars.githubusercontent.com/u/914305?v=4)](https://github.com/zerowebcorp "zerowebcorp (1 commits)")

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M650](/packages/sylius-sylius)[theodo-group/llphant

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

1.5k311.5k5](/packages/theodo-group-llphant)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[alexacrm/dynamics-webapi-toolkit

Web API toolkit for Microsoft Dynamics 365 and Dynamics CRM

81324.1k1](/packages/alexacrm-dynamics-webapi-toolkit)[commercetools/commercetools-sdk

The official PHP SDK for the commercetools Composable Commerce APIs

19281.5k](/packages/commercetools-commercetools-sdk)[keboola/storage-api-client

Keboola Storage API PHP Client

10387.5k25](/packages/keboola-storage-api-client)

PHPackages © 2026

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