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
Fund package maintenance!
attogram
Installs: 221
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 1
Open Issues: 2
Type:project
Requires
- php: ^7.0
- ext-mbstring: *
- ext-pdo: *
- ext-simplexml: *
- attogram/database: dev-master
- attogram/router: ^4.0
- guzzlehttp/guzzle: ^6.3
README
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/
Info
- Stack: PHP 7, SQLite
- Git: https://github.com/attogram/currency-exchange-rates
- Composer: https://packagist.org/packages/attogram/currency-exchange-rates
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 https://github.com/attogram/currency-exchange-rates/archive/master.zip
- 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.