PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Argon2 Password Verify   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Argon2 Password Verify
Generate and verify hashed passwords using Argon2
Author: By
Last change:
Date: 5 years ago
Size: 426 bytes
 

Contents

Class file image Download
{ "name": "lablnet/hashing", "description": "PHP Hashing package.", "keywords": ["php", "hashing","free","package","Lablnet"], "license": "MIT", "authors": [ { "name": "Malik Umer Farooq", "email":"lablnet01@gmail.com", "homepage": "https://softhub99.com" } ], "autoload": { "psr-4": { "Lablnet\\": "src/" } } }