Skip to content

generate random password - creating first package for learning purpose only.

License

Notifications You must be signed in to change notification settings

CorbitalTechnologies/random-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-password

generate random password - creating first package for learning purpose only.

installation

using composer

composer require corbital/random-password

How to use

// load composer

require_once __DIR__ . '/vendor/autoload.php';

//use namespace

use Corbital\RandomPassword\RandomPassword;

//create instance

$rp = new RandomPassword();

//print random password using RandomPassword method

echo $rp->RandomPassword(5);

About

generate random password - creating first package for learning purpose only.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages