Releases: tozny/e3db-php
Releases · tozny/e3db-php
Authorizer Support
Performance and Feature Updates
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
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.