flxxyz / random-password
php random password generator library
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/flxxyz/random-password
Requires
- php: >=7.0
This package is not auto-updated.
Last update: 2025-10-12 11:37:04 UTC
README
php random password generator library
Requirments
- PHP 7.0+
Installation via Composer
-
Install Composer to your project root:
curl -sS https://getcomposer.org/installer | php
-
Add a
composer.json
file to your project:{ "require": { "flxxyz/random-password": "1.0.*" } }
-
Run the Composer installer:
php composer.phar install