devtoolsguru/password

Password object for PHP

v0.2 2017-02-27 17:51 UTC

This package is auto-updated.

Last update: 2024-04-15 05:23:23 UTC


README

Latest Version on Packagist Software License build status codecov Total Downloads

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.