Skip to content

Pijushgupta/php-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Clone the repo
git clone https://github.com/Pijushgupta/php-password-generator.git
include_once 'Location of password.php'
OR
Use Composer
composer require pijush_gupta/password-generator:dev-main
Using in the project
use pgrandom\password;

$createObject = new password();
echo $createObject;
OR
$createObject = new password(
	16 /*length*/,
	true /* add numbers */,
	true /* add symbols */
	);
echo $createObject;

About

Simple Php Password Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages