Download the PHP package cavellblood/craft-string-base64 without Composer
On this page you can find all versions of the php package cavellblood/craft-string-base64. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cavellblood/craft-string-base64
More information about cavellblood/craft-string-base64
Files in cavellblood/craft-string-base64
Download cavellblood/craft-string-base64
More information about cavellblood/craft-string-base64
Files in cavellblood/craft-string-base64
Vendor cavellblood
Package craft-string-base64
Short Description Twig filters to base64 encode/decode a string.
License MIT
Package craft-string-base64
Short Description Twig filters to base64 encode/decode a string.
License MIT
Please rate this library. Is it a good library?
Informations about the package craft-string-base64
String Base64 plugin for Craft CMS 3.1
Twig filters to base64 encode/decode a string.
Requirements
This plugin requires Craft CMS 3.1.0 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 cavellblood/string-base64
- In the Control Panel, go to Settings → Plugins and click the “Install” button for String Base64.
Using String Base64
Encoding
Input:
{{ "some string" | base64enc }}
Output:
c29tZSBzdHJpbmc=
Decoding
Input:
{{ "c29tZSBzdHJpbmc=" | base64dec }}
Output:
some string
Brought to you by Cavell L. Blood
All versions of craft-string-base64 with dependencies
PHP Build Version
Package Version
Requires
craftcms/cms Version
^3.1.0
The package cavellblood/craft-string-base64 contains the following files
Loading the files please wait ....