Download the PHP package dynamophp/hash-bundle without Composer
On this page you can find all versions of the php package dynamophp/hash-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dynamophp/hash-bundle
More information about dynamophp/hash-bundle
Files in dynamophp/hash-bundle
Download dynamophp/hash-bundle
More information about dynamophp/hash-bundle
Files in dynamophp/hash-bundle
Vendor dynamophp
Package hash-bundle
Short Description Symfony bundle to use the dynamophp/hash library
License MIT
Package hash-bundle
Short Description Symfony bundle to use the dynamophp/hash library
License MIT
Please rate this library. Is it a good library?
Informations about the package hash-bundle
Dynamo-PHP-Hash-Bundle
Goal
This Symfony bundle is a bridge to use the Dynamo-PHP-Hash Lib in a Symfony application.
The bundle provides an Interface (Dynamophp\HashBundle\Service\DynamoHasherInterface) to easily use a preconfigured Hasher.
Usage
Configuration
- start_selection : Selection the X first hexits from the result of the primary hash function.
- end_selection : Selection the X last hexits from the result of the primary hash function.
More information about this implementation can be found here.
For the moment the bundle only provides a sha256 hasher version, which uses this algorithm as the primary hash function of the underlying hasher.
Usage in your code
In your Controller :
In your Service :
All versions of hash-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
symfony/config Version ^6.0 || ^7.0
symfony/dependency-injection Version ^6.0 || ^7.0
symfony/http-kernel Version ^6.0 || ^7.0
dynamophp/hash Version ^1.0
symfony/config Version ^6.0 || ^7.0
symfony/dependency-injection Version ^6.0 || ^7.0
symfony/http-kernel Version ^6.0 || ^7.0
dynamophp/hash Version ^1.0
The package dynamophp/hash-bundle contains the following files
Loading the files please wait ....