2017 © Pedro Peláez
 

library vault-php-sdk

SDK to talk with vaultproject.io API

image

jeffwecan/vault-php-sdk

SDK to talk with vaultproject.io API

  • Wednesday, May 23, 2018
  • by jeffwecan
  • Repository
  • 0 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 23 Forks
  • 0 Open issues
  • 6 Versions
  • 700 % Grown

The README.md

Vault PHP SDK

Installation

This library can be installed with composer:, (*1)

composer require jippi/vault-php-sdk

Usage

The simple way to use this SDK, is to instantiate the service factory:, (*2)

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

Then, a service could be retrieved from this factory:, (*3)

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

All services methods follow the same convention:, (*4)

$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

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, (*5)

Available services

  • sys
  • data

License

MIT, (*6)

The Versions

23/05 2018

dev-SRE-1248_issue_14_aws_ec2_auth_support

dev-SRE-1248_issue_14_aws_ec2_auth_support

SDK to talk with vaultproject.io API

  Sources   Download

MIT

The Requires

 

23/05 2018

2.0.2

2.0.2.0

SDK to talk with vaultproject.io API

  Sources   Download

MIT

The Requires

 

16/05 2018

dev-master

9999999-dev

SDK to talk with vaultproject.io API

  Sources   Download

MIT

The Requires

 

16/05 2018

2.0.1

2.0.1.0

SDK to talk with vaultproject.io API

  Sources   Download

MIT

The Requires

 

12/12 2016

2.0.0

2.0.0.0

SDK to talk with vaultproject.io API

  Sources   Download

MIT

The Requires

 

20/04 2016

1.0.0

1.0.0.0

SDK to talk with vaultproject.io API

  Sources   Download

MIT

The Requires