kato / currency-converter-bundle
This bundle converts currency from one to another using api to get current currency rate
Package info
github.com/kato5/CurrencyConverterBundle
Type:symfony-bundle
pkg:composer/kato/currency-converter-bundle
dev-master
2018-08-18 18:49 UTC
This package is not auto-updated.
Last update: 2026-03-10 01:51:28 UTC
README
Installation
-
composer install
-
In config/bundles.php add to others bundles
Kato\CurrencyConverterBundle\KatoCurrencyConverterBundle::class => ['all' => true]
-
In config/routes.yaml add new routes
kato_cc:
resource: "@KatoCurrencyConverterBundle/Controller" type: annotation