dev-master
9999999-devSDK to talk with vaultproject.io API
MIT
The Requires
2.0.0
2.0.0.0SDK to talk with vaultproject.io API
MIT
The Requires
1.0.0
1.0.0.0SDK to talk with vaultproject.io API
MIT
The Requires
Wallogit.com
2017 © Pedro Peláez
SDK to talk with vaultproject.io API
This library can be installed with composer:, (*1)
composer require jippi/vault-php-sdk
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);
$someOptions;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)
MIT, (*6)
SDK to talk with vaultproject.io API
MIT
SDK to talk with vaultproject.io API
MIT
SDK to talk with vaultproject.io API
MIT