tankerhq / identity
This package is abandoned and no longer maintained.
No replacement package was suggested.
Building blocks to add Tanker identity management to your application server
3.2.0
2021-09-29 15:23 UTC
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.