kato/currency-converter-bundle

This bundle converts currency from one to another using api to get current currency rate

dev-master 2018-08-18 18:49 UTC

This package is not auto-updated.

Last update: 2024-03-25 16:54:07 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