Download the PHP package jippi/vault-php-sdk without Composer
On this page you can find all versions of the php package jippi/vault-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jippi/vault-php-sdk
More information about jippi/vault-php-sdk
Files in jippi/vault-php-sdk
Download jippi/vault-php-sdk
More information about jippi/vault-php-sdk
Files in jippi/vault-php-sdk
Vendor jippi
Package vault-php-sdk
Short Description SDK to talk with vaultproject.io API
License MIT
Package vault-php-sdk
Short Description SDK to talk with vaultproject.io API
License MIT
Please rate this library. Is it a good library?
Informations about the package vault-php-sdk
Vault PHP SDK
Installation
This library can be installed with composer:
composer require jippi/vault-php-sdk
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
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
- sys
- data
License
MIT
All versions of vault-php-sdk with dependencies
PHP Build Version
Package Version
The package jippi/vault-php-sdk contains the following files
Loading the files please wait ....