evaldas / currency-converter
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
pkg:composer/evaldas/currency-converter
Requires
- php: >=5.3.9
- doctrine/dbal: <2.5
- doctrine/doctrine-bundle: ~1.4
- doctrine/doctrine-fixtures-bundle: ^2.2
- doctrine/orm: ~2.2,>=2.2.3,<2.5
- friendsofsymfony/jsrouting-bundle: ^1.5
- incenteev/composer-parameter-handler: ~2.0
- phpunit/phpunit: 4.8.*
- sensio/distribution-bundle: ~4.0
- sensio/framework-extra-bundle: ~3.0,>=3.0.2
- symfony/assetic-bundle: ^2.7
- symfony/monolog-bundle: ~2.4
- symfony/swiftmailer-bundle: ~2.3
- symfony/symfony: 2.7.*
Requires (Dev)
- sensio/generator-bundle: ~2.3
This package is not auto-updated.
Last update: 2025-12-21 00:35:13 UTC
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