attogram/currency-exchange-rates
Composer 安装命令:
composer create-project 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
README 文档
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-directorycd your-install-directorycomposer install
Install manually
- Download source at https://github.com/attogram/currency-exchange-rates/archive/master.zip
- unzip to your-install-directory
cd your-install-directorycomposer 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.
统计信息
- 总下载量: 222
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-07
