Password Generator PHP Class

Overview

If you have a site and you want to generate passwords automatically for registered users or for people who forget their passwords and want a new one this PHP Class is for you. It is very easy to use, just use three parameters and start to automate the creation of passwords.

Features

  1. Easy to use
  2. Flexible
  3. Integrates with any site

Requirements

  • PHP 5.4 or higher

Instructions

Include the class in the file you want to use it and declare the PasswordGenerator object with the parameters you want and create password as simple

Related