peehaa / async-password
Simple utility library which makes the native password_* API async friendly
v0.1.1
2017-07-23 17:18 UTC
Requires
- php: ~7.1
- amphp/process: ^0.2
Requires (Dev)
- phpunit/phpunit: ^6
This package is auto-updated.
Last update: 2024-11-06 09:52:34 UTC
README
DON'T USE
API compatibility
This package's API aims to be compatible with the native password_*
API.
However due to the difference between parameter type checking for internal functions and userland functions in weak mode this package may throw TypeError
s where the native functions would simply spit out an E_WARNING
.
To prevent these API incompatibilities use strict_types
when invoking the functions in this package.