peehaa / async-password
Simple utility library which makes the native password_* API async friendly
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 1
pkg:composer/peehaa/async-password
Requires
- php: ~7.1
- amphp/process: ^0.2
Requires (Dev)
- phpunit/phpunit: ^6
This package is auto-updated.
Last update: 2025-10-06 11:52:07 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 TypeErrors 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.