2017 © Pedro Peláez
 

library uniquekeygenerator

Generates a unique key based on IP or numeric string

image

danrovito/uniquekeygenerator

Generates a unique key based on IP or numeric string

  • Monday, October 9, 2017
  • by danrovito
  • Repository
  • 1 Watchers
  • 1 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 8 % Grown

The README.md

Unique Key Generator

Latest Stable Version Total Downloads License StyleCI, (*1)

This package is designed to create a unique key (WGDL2U-HF3DH7-FYP5DT-RVT5T6-P5FFXX) to use as a possible identity or token., (*2)

Installation

You can install this package via composer using the following command, (*3)

composer require danrovito/uniquekeygenerator

Usage

To use this package you'll need to set the namespace first, (*4)

use GenerateKey\GenerateKey;

Then call the class, (*5)

$key = new GenerateKey();

From there you can call the makeKey function. There are 3 ways to generate a unique key, (*6)

You can send an empty request, (*7)

$key->makeKey();

You can send an IP address, (*8)

$key->makeKey('192.168.1.1');

or you can send a numeric string, (*9)

$key->makeKey('12345678');

If you send an IP or string, the last section of your key will be the same each time if the value you input is the same., (*10)

The generated key will look like this, (*11)

WGDL2U-HF3DH7-FYP5DT-RVT5T6-P5FFXX

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*12)

The Versions

09/10 2017

dev-master

9999999-dev

Generates a unique key based on IP or numeric string

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Dan Rovito

token unique key

09/10 2017

dev-license

dev-license

Generates a unique key based on IP or numeric string

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Dan Rovito

token unique key

09/05 2017

0.3.2

0.3.2.0

Generates a unique key based on IP or numeric string

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Dan Rovito

token unique key

09/05 2017

0.3.1

0.3.1.0

Generates a unique key based on IP or numeric string

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Dan Rovito

token unique key

09/05 2017

0.3

0.3.0.0

Generates a unique key based on IP or numeric string

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Dan Rovito

token unique key

09/05 2017

0.2

0.2.0.0

Generates a unique key based on IP or numeric string

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Dan Rovito

token unique key

09/05 2017

0.1

0.1.0.0

Generates a unique key based on IP or numeric string

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Dan Rovito

token unique key