flxxyz / random-password
php random password generator library
v1.0.1
2018-06-13 10:35 UTC
Requires
- php: >=7.0
This package is not auto-updated.
Last update: 2024-11-10 06:54:12 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