Download the PHP package atiksoftware/php-class-passgen without Composer
On this page you can find all versions of the php package atiksoftware/php-class-passgen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download atiksoftware/php-class-passgen
More information about atiksoftware/php-class-passgen
Files in atiksoftware/php-class-passgen
Download atiksoftware/php-class-passgen
More information about atiksoftware/php-class-passgen
Files in atiksoftware/php-class-passgen
Vendor atiksoftware
Package php-class-passgen
Short Description Generate a spesific username and password for ftp,whm etc. by domain and prefix
License MIT
Package php-class-passgen
Short Description Generate a spesific username and password for ftp,whm etc. by domain and prefix
License MIT
Please rate this library. Is it a good library?
Informations about the package php-class-passgen
Username and Password creater
It creating a spesific username and password You can use this for WHM, FTP, Admin Panel etc.
Installation
Usage example
require __DIR__.'/../vendor/autoload.php';
$auth = Atiksoftware\Security\Passgen::make("atiksoftware.com","!%&/xzcas56");
echo $auth->username." ".$auth->password."\n";
// 4uj0et4d [0m?/i_j)zqz
$auth = Atiksoftware\Security\Passgen::ForDomain("atiksoftware.com","123456");
echo $auth->username." ".$auth->password."\n";
// hydzetm0 w3_m*zdy]m,y
All versions of php-class-passgen with dependencies
PHP Build Version
Package Version
No informations.
The package atiksoftware/php-class-passgen contains the following files
Loading the files please wait ....