承接 evaldas/currency-converter 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

evaldas/currency-converter

Composer 安装命令:

composer create-project evaldas/currency-converter

包简介

README 文档

README

Scrutinizer Code Quality Code Coverage Build Status

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');" | php
    • sudo mv composer.phar /usr/local/bin/composer
  • NodeJS with NPM
  • Globally installed Grunt-CLI and Bower packages via NPM
    • sudo npm install -g grunt-cli bower
  • Ruby
    • sudo apt-get install ruby on Debian based systems
    • Use Ruby Installer on Windows
    • Mac OS X is shipped with Ruby preinstalled
  • Compass
    • sudo gem install compass

Setting up

  • composer install to install composer dependencies which are defined in composer.json
  • npm install to install node packages which are defined in package.json file
  • bower install to install bower components which are defined in bower.json file
  • grunt runs jshint and build tasks (concatinates and uglifies js files, optimises images, compiles stylesheets)

Usage

  • php app/console doctrine:schema:update --force to create database schema
  • php app/console currency:rates:update turn everyday cron tab on for this command to insert currencies to database daily

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2015-10-09