# p5-PHP-Functions-Password
Perl **PHP::Functions::Password** module/class that contains Perl ports of PHP [password_*](
https://www.php.net/manual/en/ref.password.php) functions.
See
https://metacpan.org/pod/PHP::Functions::Password for more documentation and examples.
Installation
------------
```
perl Makefile.PL
make
make test
make install
```
Author
------
Craig Manley
Licensing
---------
All of the code in this library is licensed under the MIT license as included in the LICENSE file.