Download the PHP package kaihempel/simplehash without Composer
On this page you can find all versions of the php package kaihempel/simplehash. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kaihempel/simplehash
More information about kaihempel/simplehash
Files in kaihempel/simplehash
Download kaihempel/simplehash
More information about kaihempel/simplehash
Files in kaihempel/simplehash
Vendor kaihempel
Package simplehash
Short Description Basic hash library
License BSD-3-Clause
Homepage https://dev.kuweh.de/
Package simplehash
Short Description Basic hash library
License BSD-3-Clause
Homepage https://dev.kuweh.de/
Keywords hash calculation
Please rate this library. Is it a good library?
Informations about the package simplehash
simplehash
Simple PHP hash bundle
This is a basic hash generation bundle. The generation of the hash strings is encapsulated behind a facade for easy usage. Actually only string hashes are supported!
Installing SimpleHash via Composer:
Usage in your sourcecode:
The hash facade returns the container object "HashContainer". This container can be used by the implementend interface. Tow methods are available:
- getHashString()
- setHashString($hashString)
The container all so implements "__toSrting()" so the container can be used directly for comparison.
All versions of simplehash with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package kaihempel/simplehash contains the following files
Loading the files please wait ....