username generator

API Key Generator

API Key Generator

This is a PHP5 class that will allow you to generate a key for an especific user and validate it. In the features, there are: It generates a 25 characters key You can change the length of the key that will be generated (default 25) You can set what characters do you want in the key (Default A-Z a-z 0-9 !@^$*()_+) You can set the file where will be saved the users/keys The key comes with rawurlencode(), this will allow you to pass t...

userVerification PHP Class

userVerification PHP Class

Follow me About the userVerification PHP Class The userVerification PHP Class allows you to verify if users are really the owner of an account at Envato marketplace for example, or the owner of a domain. Of course you could use this class in much more ways. How does it work? Let’s say you are an author at the Envato marketplace and you want to setup a support forum. But you only want to allow members of the marketplace, so you ne...

PHP Key Generation and Authentication Class

PHP Key Generation and Authentication Class

Create, store, and authenticate generated keys with this easy to use class. Features: Customizable key pattern Add a Prefix and/or Suffix to your keys. Define key length with two variables, length of each chunk, and number of chunks in each key. Change the chunk separator, default of ”-” works well but maybe you want a seamless key. MySQL based key storage Store, Activate, and Deactivate Keys via the database or included class functions...