2017 © Pedro Peláez
 

library hash-int

Encoding and decoding integer in 6-character hash

image

itlogic/hash-int

Encoding and decoding integer in 6-character hash

  • Wednesday, October 15, 2014
  • by itlogic
  • Repository
  • 0 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Encoding and decoding integer in 6-character hash

Build Status, (*1)

Installation

To get the latest version of HashInt simply require it in your composer.json file., (*2)

"itlogic/hash-int": "dev-master",

You'll then need to run composer update to download it and have the autoloader updated., (*3)

Once this operation completes, open app/config/app.php, and add a new item to the providers array., (*4)

'providers' => array(

    'ItLogic\HashInt\HashIntServiceProvider',

)

You can register the facade in the aliases key of your app/config/app.php file., (*5)

'aliases' => array(

    'HashInt'           => 'ItLogic\HashInt\Facades\HashInt',

)

The Versions

15/10 2014

dev-master

9999999-dev

Encoding and decoding integer in 6-character hash

  Sources   Download

MIT

The Requires

 

by Andrey Kasianov

07/07 2014

v1.0

1.0.0.0

Encoding and decoding integer in 6-character hash

  Sources   Download

MIT

The Requires

 

by Andrey Kasianov