Search by

kryptoboersen / oc-converter-plugin

linkforceio

Currency & Crypto Converter component for October CMS - convert between EUR/USD/GBP/CHF and BTC/ETH/USDC with live rates.

Package info

github.com/linkforceio/october-crypto-converter

Homepage

Language:JavaScript

Type:october-plugin

pkg:composer/kryptoboersen/oc-converter-plugin

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-07-12 10:20 UTC

This package is auto-updated.

Last update: 2026-08-12 19:16:50 UTC


README

Backlink target: https://kryptoboersen.net - Plugin.php homepage, composer.json homepage, the Marketplace listing "Homepage" field, and the widget footer link.

Author kryptoboersen, plugin converter → namespace Kryptoboersen\Converter. Registers a {% component 'cryptoConverter' %} component that renders the converter partial and attaches assets/css/kbcc.css + assets/js/kbcc.js. Rates are fetched client-side; nothing is stored server-side.

Use

{% component 'cryptoConverter' %}

Drop the component onto any CMS page in the October backend, then place the tag in the page markup.

Marketplace submission (octobercms.com, dofollow listing)

  1. Register at octobercms.com and create the plugin under Author code kryptoboersen, Plugin code converter (must match the folder kryptoboersen/converter).
  2. Push to the linked Git repo, tag v1.0.0.
  3. Fill the listing: name, description, categories, screenshots, and Homepage → https://kryptoboersen.net. Free plugin.

Folder layout:

kryptoboersen/converter/
  Plugin.php
  composer.json
  components/CryptoConverter.php
  components/cryptoconverter/default.htm
  assets/css/kbcc.css
  assets/js/kbcc.js