2017 © Pedro Peláez
 

library machine-identifier

This is a simple class for identifying machines, creating a unique ID based on hardware (Hard disk UUID)

image

floor9design/machine-identifier

This is a simple class for identifying machines, creating a unique ID based on hardware (Hard disk UUID)

  • Thursday, January 18, 2018
  • by elb98rm
  • Repository
  • 0 Watchers
  • 0 Stars
  • 30 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 30 % Grown

The README.md

machine-identifier

This is a simple class for identifying machines, creating a unique ID based on hardware (Hard disk UUID), (*1)

Install

Via Composer, (*2)

``` bash $ composer require floor9design/machine-identifier, (*3)


Note, the composer file should be available in PSR4 compliant packages, such as Laravel, by default. ## Usage Instantiate the class as required. ```php $machine_identifier = new \Floor9design\MachineIdentifier\MachineIdentifier();

or, (*4)

Use \Floor9design\MachineIdentifier\MachineIdentifier;

and, (*5)

$machine_identifier = new MachineIdentifier();

Generate a unique ID as follows:, (*6)

$id = $machine_identifier->uniqueMachineId();

Optionally a salt can be used to add further uniqueness:, (*7)

$id = $machine_identifier->uniqueMachineId($salt);

Change log

Please see CHANGELOG for more information on what has changed recently., (*8)

Testing

bash $ composer test, (*9)

Testing is currently under development., (*10)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*11)

Security

If you discover any security related issues, please email rick@floor9design.com instead of using the issue tracker., (*12)

Credits

License

The MIT License (MIT). Please see License File for more information., (*13)

The Versions

18/01 2018

dev-master

9999999-dev https://github.com/floor9design/machine-identifier

This is a simple class for identifying machines, creating a unique ID based on hardware (Hard disk UUID)

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

floor9design machine-identifier

18/01 2018

0.1.0

0.1.0.0 https://github.com/floor9design/machine-identifier

This is a simple class for identifying machines, creating a unique ID based on hardware (Hard disk UUID)

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

floor9design machine-identifier

16/01 2018

0.0.1

0.0.1.0 https://github.com/floor9design/machine-identifier

This is a simple class for identifying machines, creating a unique ID based on hardware (Hard disk UUID)

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

floor9design machine-identifier

16/01 2018

0.0.0

0.0.0.0 https://github.com/floor9design/machine-identifier

This is a simple class for identifying machines, creating a unique ID based on hardware (Hard disk UUID)

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

floor9design machine-identifier