oom-patchara / forex_symfony
FOREX currency converter
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
Requires
- php: ^7.0.8
- ext-iconv: *
- oneforge/forexquotes: ^2.0
- sensio/framework-extra-bundle: ^5.1
- symfony/asset: ^3.4
- symfony/console: ^3.4
- symfony/expression-language: ^3.4
- symfony/flex: ^1.0
- symfony/form: ^3.4
- symfony/framework-bundle: ^3.4
- symfony/lts: ^3
- symfony/monolog-bundle: ^3.1
- symfony/orm-pack: *
- symfony/process: ^3.4
- symfony/security-bundle: ^3.4
- symfony/serializer-pack: *
- symfony/swiftmailer-bundle: ^3.1
- symfony/twig-bundle: ^3.4
- symfony/validator: ^3.4
- symfony/web-link: ^3.4
- symfony/webpack-encore-pack: *
- symfony/yaml: ^3.4
Requires (Dev)
- symfony/debug-pack: *
- symfony/dotenv: ^3.4
- symfony/maker-bundle: ^1.0
- symfony/profiler-pack: *
- symfony/test-pack: ^1.0
- symfony/web-server-bundle: ^3.4
Conflicts
Replaces
This package is not auto-updated.
Last update: 2024-12-19 17:51:59 UTC
README
This is my first Symfony application which does the simple Forex currency converter
Requirements
- PHP 7.0.8 or higher;
- Forex API key;
- and the [usual Symfony application requirements][1].
Installation
Execute this command to install the project:
$ composer create-project oom-patchara/forex_symfony forex_symfony
Usage
There's no need to configure anything to run the application. Just execute this command to run the built-in web server and access the application in your browser at http://localhost:8000:
$ cd forex_symfony/
$ php bin/console server:run
Alternatively, you can [configure a fully-featured web server][2] like Nginx or Apache to run the application.
Notes
- Type quantity in 1st texbox, converted rate will return in 2nd textbox
- You can even change vaule in the 2nd textbox to do the reverse conversion
- Switch currency dropdown to change to different currency