Download the PHP package glue-agency/craft-hash without Composer
On this page you can find all versions of the php package glue-agency/craft-hash. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download glue-agency/craft-hash
More information about glue-agency/craft-hash
Files in glue-agency/craft-hash
Download glue-agency/craft-hash
More information about glue-agency/craft-hash
Files in glue-agency/craft-hash
Vendor glue-agency
Package craft-hash
Short Description Twig filter for hashing.
License GPL-3.0-only
Package craft-hash
Short Description Twig filter for hashing.
License GPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package craft-hash
Hash plugin for Craft CMS 3.x
Twig filter for hashing.
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require glue-agency/craft-hash
- In the Control Panel, go to Settings → Plugins and click the “Install” button for Craft-Hash.
Usage
{{ hash(String, Algorithm) }}
String
to hash (not required, defaults torandom_int(0, getrandmax())
)Algorithm
to use in hashing (not required, defaults to 'md5')
More info on available algorithms, please visit: https://www.php.net/manual/en/function.hash-algos.php
All versions of craft-hash with dependencies
PHP Build Version
Package Version
Requires
craftcms/cms Version
^3.0.0-RC1
The package glue-agency/craft-hash contains the following files
Loading the files please wait ....