2017 © Pedro Peláez
 

library password

Password Handling Library

image

arabcoders/password

Password Handling Library

  • Sunday, July 3, 2016
  • by arabcoders
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Passwords Handler.

Install

Via Composer, (*1)

$ composer require arabcoders/password

Usage Example.

<?php
$pass = new arabcoders\password\Password();
// to hash password
$pass->setPassword('password')->hash();
// to get hashed password.
$hash = $pass->getHash();
// to verify password.
echo ( $pass->verify() ) ? 'welcome' : 'shoo';
?>

The Versions

03/07 2016

dev-master

9999999-dev https://www.abdulmohsen.me

Password Handling Library

  Sources   Download

MIT

The Requires

  • php >=7.0

 

password

03/07 2016

v1.0.0

1.0.0.0 https://www.abdulmohsen.me

Password Handling Library

  Sources   Download

MIT

The Requires

  • php >=7.0

 

password