Skip to content

Releases: tozny/e3db-php

Authorizer Support

15 Feb 17:08
c67a8b8
Compare
Choose a tag to compare

This release adds support for Authorizers. A data writer can authorize a given client_id to share their data on their behalf while not being allowed to read the data themselves.

Performance and Feature Updates

07 Nov 00:42
Compare
Choose a tag to compare

This release shifts from a general open source license to the Tozny non-commercial license. Please read the license details to see how this affects your use of the library.

This release also introduces:

  • Better documentation for the record query interface
  • Dynamic client registration using tokens from the Tozny admin console
  • Client credential backup during registration
  • Optimistic concurrent locking for record deletion endpoints
  • A flatter, simpler PublicKey interface
  • Field-level select when reading an individual record

Initial Public Release

26 Jul 18:46
Compare
Choose a tag to compare

This initial release of the PHP SDK for e3db brings parity with the support provided by the Ruby, Java, and Go SDKs.

Clients can:

  • Write/Read/Update/Delete protected records
  • Manage sharing of protected records

All encryption is handled under the hood thanks to Libsodium and ParagonIE's sodium_compat project (for PHP 7-7.1 compatibility).

Sign up for an account with InnoVault to create your client's credentials and begin interacting with the API.