tankerhq / identity
Building blocks to add Tanker identity management to your application server
Installs: 78
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
pkg:composer/tankerhq/identity
Requires
- php: >=7.2
- ext-json: *
- ext-sodium: *
Requires (Dev)
- phpunit/phpunit: ^9
This package is auto-updated.
Last update: 2022-07-15 09:20:32 UTC
README
Tanker Identity SDK for PHP
Installation and usage
The Tanker Identity SDK is distributed as a Packagist package.
If you are using Composer for your project, you need to add the Identity library to the list of dependencies:
{
"require": {
"tankerhq/identity": "*"
}
}
Documentation
Please see the API documentation for the PHP Identity SDK.
Read more about Tanker in the Tanker documentation.