diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -45,6 +45,15 @@ From the sources tree $ make $ make test +From https://pecl.php.net/ + + $ pecl install xpass + +Using https://packagist.org/ + + $ pie install remi/xpass + + # Usage ## password hashing and verifying |