Currency Exchange Rates Website with data from:
- The European Central Bank
- The Swiss National Bank
- The Bank of Israel
- The Central Bank of the Russian Federation
- The Reserve Bank of Australia
Live Demo: https://getitdaily.com/rates/
- Stack: PHP 7, SQLite
- Git: https://github.com/attogram/currency-exchange-rates
- Composer: https://packagist.org/packages/attogram/currency-exchange-rates
composer create-project attogram/currency-exchange-rates your-install-directory
git clone https://github.com/attogram/currency-exchange-rates.git your-install-directory
cd your-install-directory
composer install
- Download source at https://github.com/attogram/currency-exchange-rates/archive/master.zip
- unzip to your-install-directory
cd your-install-directory
composer install
- create custom config:
cp custom/config.example.php custom/config.php
- modify: Site Title and Administrator IP
- make directory writeable:
db/
- point web server to
public/
directory
- The
/admin/
page has a list of feeds. click a feed to update data.
- CLI script
cli/update.php
- usage:
php update.php FeedCode
Attogram Currency Exchange Rates is an Open Source project brought to you by the Attogram Project.