kato / currency-converter-bundle
This bundle converts currency from one to another using api to get current currency rate
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
This package is not auto-updated.
Last update: 2024-11-18 19:44:40 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