Download the PHP package steadfastcollective/md5-twig-filter without Composer
On this page you can find all versions of the php package steadfastcollective/md5-twig-filter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download steadfastcollective/md5-twig-filter
More information about steadfastcollective/md5-twig-filter
Files in steadfastcollective/md5-twig-filter
Download steadfastcollective/md5-twig-filter
More information about steadfastcollective/md5-twig-filter
Files in steadfastcollective/md5-twig-filter
Vendor steadfastcollective
Package md5-twig-filter
Short Description A filter for twig to hash a string with MD5
License MIT
Package md5-twig-filter
Short Description A filter for twig to hash a string with MD5
License MIT
Please rate this library. Is it a good library?
Informations about the package md5-twig-filter
MD5 Twig Filter plugin for Craft CMS 3.x
A simple filter for twig to hash a string with MD5.
IMPORTANT! Do not use md5 to hash passwords or other sensitive data, MD5 is considered crytographically broken.
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 steadfastcollective/md5-twig-filter
- In the Control Panel, go to Settings → Plugins and click the “Install” button for MD5 Twig Filter.
Using MD5 Twig Filter
{{ md5("some string" }}
{{ "some string" | md5 }}
Brought to you by Steadfast Collective
All versions of md5-twig-filter with dependencies
PHP Build Version
Package Version
Requires
craftcms/cms Version
^3.0.0-RC1
The package steadfastcollective/md5-twig-filter contains the following files
Loading the files please wait ....