Download the PHP package itlogic/hash-int without Composer
On this page you can find all versions of the php package itlogic/hash-int. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download itlogic/hash-int
More information about itlogic/hash-int
Files in itlogic/hash-int
Download itlogic/hash-int
More information about itlogic/hash-int
Files in itlogic/hash-int
Vendor itlogic
Package hash-int
Short Description Encoding and decoding integer in 6-character hash
License MIT
Package hash-int
Short Description Encoding and decoding integer in 6-character hash
License MIT
Please rate this library. Is it a good library?
Informations about the package hash-int
Encoding and decoding integer in 6-character hash
Installation
To get the latest version of HashInt simply require it in your composer.json
file.
"itlogic/hash-int": "dev-master",
You'll then need to run composer update
to download it and have the autoloader updated.
Once this operation completes, open app/config/app.php, and add a new item to the providers array.
'providers' => array(
'ItLogic\HashInt\HashIntServiceProvider',
)
You can register the facade in the aliases
key of your app/config/app.php
file.
'aliases' => array(
'HashInt' => 'ItLogic\HashInt\Facades\HashInt',
)
All versions of hash-int with dependencies
PHP Build Version
Package Version
The package itlogic/hash-int contains the following files
Loading the files please wait ....