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

ActiveLibrary[API Development](/categories/api)

igordrnobrega/vault-php-sdk
===========================

SDK to talk with vaultproject.io API

3.1.5(6y ago)0899[2 PRs](https://github.com/igordrnobrega/vault-php-sdk/pulls)MITPHP

Since Apr 20Pushed 3y agoCompare

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

READMEChangelog (6)Dependencies (3)Versions (20)Used By (0)

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

[](#vault-php-sdk)

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

[](#installation)

This library can be installed with composer:

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

```

Usage
-----

[](#usage)

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

```
$sf = new IGN\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
- transit
- auth/token
- auth/approle

License
-------

[](#license)

MIT

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity72

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

Recently: every ~32 days

Total

11

Last Release

2350d ago

Major Versions

1.0.0 → 2.0.02016-12-12

2.0.2 → 3.0.02019-06-26

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10760255?v=4)[Igor Nóbrega](/maintainers/igordrnobrega)[@igordrnobrega](https://github.com/igordrnobrega)

---

Top Contributors

[![jippi](https://avatars.githubusercontent.com/u/22841?v=4)](https://github.com/jippi "jippi (15 commits)")[![igordrnobrega](https://avatars.githubusercontent.com/u/10760255?v=4)](https://github.com/igordrnobrega "igordrnobrega (10 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)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.5k](/packages/laravel-framework)[sylius/sylius

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

8.5k5.8M717](/packages/sylius-sylius)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[avalara/avataxclient

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

528.3M7](/packages/avalara-avataxclient)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[theodo-group/llphant

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

1.7k371.6k6](/packages/theodo-group-llphant)

PHPackages © 2026

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