onepub / revault-api
Complete class-based reVault lockbox and vault API
v0.3.12
2026-08-26 04:08 UTC
Requires
- php: >=8.1
- ext-ffi: *
- google/flatbuffers: ^25.2.10
README
reVault is an encrypted archive and local-vault library for files, credentials, keys, and typed records. This companion repository publishes the Go module, Swift package, and PHP Composer package from the same versioned native ABI. See the reVault documentation.
Go
go get github.com/onepub-dev/revault-api@v0.3.12
Swift
.package(url: "https://github.com/onepub-dev/revault-api", exact: "0.3.12")
PHP
composer require onepub/revault-api:0.3.12
All three packages use the same ABI-v3 native artifacts. Secret variable and form-field reads are callback-scoped and their temporary native storage is wiped after use.