https://github.com/attogram/currency-exchange-rates
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, and The Reserve Bank of Australia. PHP7/SQLite
https://github.com/attogram/currency-exchange-rates
currency currency-api currency-exchange-rates currency-rates
Last synced: about 1 month ago
JSON representation
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, and The Reserve Bank of Australia. PHP7/SQLite
- Host: GitHub
- URL: https://github.com/attogram/currency-exchange-rates
- Owner: attogram
- License: mit
- Created: 2019-03-26T20:30:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T14:33:17.000Z (over 1 year ago)
- Last Synced: 2025-03-28T01:53:35.048Z (about 2 months ago)
- Topics: currency, currency-api, currency-exchange-rates, currency-rates
- Language: PHP
- Homepage: https://getitdaily.com/rates/
- Size: 819 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Attogram Currency Exchange Rates
[](https://raw.githubusercontent.com/attogram/attogram-docs/master/currency-exchange-rates/currency-exchange-rates.png)
[](https://codeclimate.com/github/attogram/currency-exchange-rates/maintainability)
[](https://travis-ci.org/attogram/currency-exchange-rates)
[](https://packagist.org/packages/attogram/currency-exchange-rates)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 AustraliaLive Demo: ****
## Info
* Stack: PHP 7, SQLite
* Git:
* Composer:## Install
### Install with Composer
* `composer create-project attogram/currency-exchange-rates your-install-directory`
### Install with Git
* `git clone https://github.com/attogram/currency-exchange-rates.git your-install-directory`
* `cd your-install-directory`
* `composer install`### Install manually
* Download source at
* unzip to your-install-directory
* `cd your-install-directory`
* `composer install`## Setup
* 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## Admin
### Update via web
* The `/admin/` page has a list of feeds.
click a feed to update data.### Upate via command line
* CLI script `cli/update.php`
* usage: `php update.php FeedCode`## Open Source
_Attogram Currency Exchange Rates_ is an Open Source project
brought to you by the [Attogram Project](https://github.com/attogram).