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: 0

Forks: 0

Open Issues: 0

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: 2025-10-06 23:47:21 UTC


README

Installation

  1. composer install

  2. In config/bundles.php add to others bundles

    Kato\CurrencyConverterBundle\KatoCurrencyConverterBundle::class => ['all' => true]

  3. In config/routes.yaml add new routes

    kato_cc:

     resource: "@KatoCurrencyConverterBundle/Controller"		
     type:     annotation