Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 488 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 488 Bytes

random-password

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