PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Enrico Sola   PHP Password Generator Class Toolbox   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Password Generator Class Toolbox
Generate, analyze and create hashes of passwords
Author: By
Last change:
Date: 6 years ago
Size: 736 bytes
 

Contents

Class file image Download
{ "name": "ryanj93/php-password-toolbox", "version": "1.1.4", "description": "A simple toolkit for generate, analyse and hash passwords with PHP.", "type": "library", "license": "GPL-3.0-or-later", "homepage": "https://github.com/RyanJ93/php-password-toolbox#readme", "authors": [{ "name": "Enrico Sola", "email": "sola.enrico.93@gmail.com", "homepage": "https://www.enricosola.com" }], "require": { "php": ">=7.0" }, "require-dev": { "php": ">=7.0" }, "keywords": [ "password", "generator", "random", "crypt", "encryption", "hash", "hashing", "validator", "utilities", "security" ], "autoload": { "files": [ "php-password-toolbox.php" ] } }