PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Boss Ibrahim Mussa   PHP Password Hash Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Password Hash Generator
Generate password, salt and hash for the password
Author: By
Last change:
Date: 1 year ago
Size: 600 bytes
 

Contents

Class file image Download
{ "name": "wepesi/password-generator", "description": "generate strong password, salt and hash", "type": "library", "license": "Apache-2.0", "autoload": { "psr-4": { "Wepesi\\App\\": "src/" } }, "authors": [ { "name": "bim-g", "email": "ibmussafb@gmail.com" } ], "prefer-stable": true, "homepage": "https://github.com/bim-g/password-generator", "keywords": ["password","hash","random password","salt"], "minimum-stability": "dev", "require": { "php" : "^7.4||8.0" } }