evaldas/currency-converter
Composer 安装命令:
composer create-project evaldas/currency-converter
包简介
README 文档
README
PHP application that converts amount from one currency to another.
A Symfony project created on June 29, 2015, 9:24 pm.
Requirements
- Composer
php -r "readfile('https://getcomposer.org/installer');" | phpsudo mv composer.phar /usr/local/bin/composer
- NodeJS with NPM
sudo apt-get install nodejson Debian based systems- Use Installer from nodejs.org on Windows
brew install nodeon Mac OS X
- Globally installed Grunt-CLI and Bower packages via NPM
sudo npm install -g grunt-cli bower
- Ruby
sudo apt-get install rubyon Debian based systems- Use Ruby Installer on Windows
- Mac OS X is shipped with Ruby preinstalled
- Compass
sudo gem install compass
Setting up
composer installto install composer dependencies which are defined in composer.jsonnpm installto install node packages which are defined in package.json filebower installto install bower components which are defined in bower.json filegruntruns jshint and build tasks (concatinates and uglifies js files, optimises images, compiles stylesheets)
Usage
php app/console doctrine:schema:update --forceto create database schemaphp app/console currency:rates:updateturn everyday cron tab on for this command to insert currencies to database daily
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2015-10-09