2017 © Pedro PelĂĄez
 

craft-plugin hexdec

Adds a new hexdec filter to Craft, which will convert a hexadecimal value to a decimal.

image

craftcms/hexdec

Adds a new hexdec filter to Craft, which will convert a hexadecimal value to a decimal.

  • Saturday, July 28, 2018
  • by brandonkelly
  • Repository
  • 2 Watchers
  • 3 Stars
  • 430 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 8 % Grown

The README.md

Hexdec for Craft CMS

This plugin adds a new |hexdec Twig filter to Craft, which will convert a hexadecimal value to a decimal., (*1)

It is a wrapper for PHP’s hexdec() function., (*2)

{% set r = entry.colorField[1:2]|hexdec %}
{% set g = entry.colorField[3:2]|hexdec %}
{% set b = entry.colorField[5:2]|hexdec %}

Requirements

This plugin requires Craft CMS 4.0.0+ or 5.0.0+., (*3)

Installation

You can install this plugin from the Plugin Store or with Composer., (*4)

From the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “Hexdec”. Then click on the “Install” button in its modal window., (*5)

With Composer

Open your terminal and run the following commands:, (*6)

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require craftcms/hexdec

# tell Craft to install the plugin
./craft install/plugin hexdec

The Versions

28/07 2018

v2.x-dev

2.9999999.9999999.9999999-dev

Adds a new hexdec filter to Craft, which will convert a hexadecimal value to a decimal.

  Sources   Download

MIT

The Requires

 

yii2 cms craftcms hexdec

05/12 2017

2.0.2

2.0.2.0

Adds a new hexdec filter to Craft, which will convert a hexadecimal value to a decimal.

  Sources   Download

MIT

The Requires

 

yii2 cms craftcms

29/09 2017

2.0.1

2.0.1.0

Adds a new hexdec filter to Craft, which will convert a hexadecimal value to a decimal.

  Sources   Download

MIT

The Requires

 

yii2 cms craftcms

14/07 2017

2.0.0

2.0.0.0

Adds a new hexdec filter to Craft, which will convert a hexadecimal value to a decimal.

  Sources   Download

MIT

The Requires

 

yii2 cms craftcms