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

AbandonedArchivedLibrary[API Development](/categories/api)

jippi/vault-php-sdk
===================

SDK to talk with vaultproject.io API

3.0.0(6y ago)53284.9k↓14.5%32[3 issues](https://github.com/jippi/vault-php-sdk/issues)2MITPHP

Since Apr 20Pushed 1y ago1 watchersCompare

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

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

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

44

—

FairBetter than 92% of packages

Maintenance25

Infrequent updates — may be unmaintained

Popularity48

Moderate usage in the ecosystem

Community24

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Total

5

Last Release

2518d ago

Major Versions

1.0.0 → 2.0.02016-12-12

2.0.2 → 3.0.02019-06-26

### Community

Maintainers

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

---

Top Contributors

[![jippi](https://avatars.githubusercontent.com/u/22841?v=4)](https://github.com/jippi "jippi (18 commits)")[![stevenscg](https://avatars.githubusercontent.com/u/176253?v=4)](https://github.com/stevenscg "stevenscg (2 commits)")[![TimoDJatomika](https://avatars.githubusercontent.com/u/7040487?v=4)](https://github.com/TimoDJatomika "TimoDJatomika (2 commits)")[![sanchescom](https://avatars.githubusercontent.com/u/2654924?v=4)](https://github.com/sanchescom "sanchescom (1 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)")[![boga](https://avatars.githubusercontent.com/u/1607147?v=4)](https://github.com/boga "boga (1 commits)")[![oprudkyi](https://avatars.githubusercontent.com/u/3018472?v=4)](https://github.com/oprudkyi "oprudkyi (1 commits)")

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/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)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

517.9M7](/packages/avalara-avataxclient)[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)

PHPackages © 2026

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