Vault Php SDK
Vault PHP SDK, inspired by sensio consul sdk
Install / Use
npx skills add jippi/vault-php-sdkInstalls into whichever agent you are using.
README
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
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.7kCommit, push, and open a PR
