simple Password generator algorithm with PHP V1.0.0
The function generates passwords with 3 characters of uppercase letters, 3 characters of lowercase letters, 3 digits, and 3 symbols.
Add a function to your functions file and call it where you need it.