devtoolsguru / password
Password object for PHP
v0.2
2017-02-27 17:51 UTC
Requires
- php: >=5.6
Requires (Dev)
- php: ~7.0
- phpstan/phpstan: ^0.6.4
- phpunit/phpunit: ~5.7
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2024-11-15 06:36:07 UTC
README
A simple password class to wrap the internal PHP password_*
functions to make things easier to use.
Install
Via Composer
$ composer require DevToolsGuru/Password
Usage
$password = new DevToolsGuru\Password('WhateverTheUserProvides');
echo $password->getHash();
For more usage information see the documentation:
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Github READONLY Mirror
The GitHub repository is a READONLY mirror of the repository. Please see the Gitlab repository to make contributions.
Credits
License
The MIT License (MIT). Please see License File for more information.