kryptoboersen / contao-crypto-converter
Currency & Crypto Converter content element for Contao - convert between EUR/USD/GBP/CHF and BTC/ETH/USDC with live rates.
Package info
github.com/linkforceio/contao-crypto-converter
Language:Twig
Type:contao-bundle
pkg:composer/kryptoboersen/contao-crypto-converter
Requires
- php: ^8.1
- contao/core-bundle: ^5.3
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Backlink target: https://kryptoboersen.net - composer.json homepage (rendered on
the Packagist page and picked up by the Contao Manager / contao.org extension listing) and
the widget footer link.
Adds a content element "Currency & Crypto Converter" (category texts) for Contao 5. Editors add it like any other element in the backend; it renders a self-contained converter for EUR/USD/GBP/CHF and BTC/ETH/USDC with live rates (CSS + JS inlined in the Twig template, so there is nothing to publish). Rates are fetched client-side; nothing is stored.
Install
composer require kryptoboersen/contao-crypto-converter
Then in the Contao backend: Article → new element → Currency & Crypto Converter.
Distribution (dofollow)
- Packagist: publish
kryptoboersen/contao-crypto-converter(typecontao-bundle) from a public Git repo, tag1.0.0. The Packagist project page (DR ~88) exposes the controllable Homepage → https://kryptoboersen.net. No review/gate. - Optionally list on extensions.contao.org (pulls from Packagist).
Folder layout:
kbcc-converter/
composer.json
src/KryptoboersenContaoCryptoConverterBundle.php
src/ContaoManager/Plugin.php
src/Controller/ContentElement/CryptoConverterController.php
contao/templates/content_element/crypto_converter.html.twig
contao/languages/en/default.php
License: LGPL-3.0-or-later (Contao convention).