runopencode / exchange-rate-bundle
Symfony integration for 'runopencode/exchange-rate' library.
Installs: 51
Dependents: 0
Suggesters: 3
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.0
- roave/security-advisories: dev-master
- runopencode/exchange-rate: ^3.0
- symfony/form: ^3.0|^4.0
- symfony/symfony: ^3.0|^4.0
- symfony/validator: ^3.0|^4.0
Requires (Dev)
- escapestudios/symfony2-coding-standard: ^2.0|^3.0
- matthiasnoback/symfony-dependency-injection-test: ^2.0|^3.0
- pdepend/pdepend: ^2.5
- phploc/phploc: ^3.0|^4.0
- phpmd/phpmd: @stable
- phpunit/phpunit: ^6.0
- sebastian/phpcpd: ^3.0|^4.0
- squizlabs/php_codesniffer: ^2.0|^3.0
- symfony/debug: ^3.0|^4.0
- symfony/phpunit-bridge: ^3.0|^4.0
- symfony/swiftmailer-bundle: ^3.0
- theseer/phpdox: ^0.10
Suggests
- runopencode/exchange-rate-intesa-rs: Provides you with exchange rates from Banca Intesa Serbia.
- runopencode/exchange-rate-nbs: Provides you with exchange rates from National Bank of Serbia.
- symfony/swiftmailer-bundle: Send e-mail about rates fetch success.
This package is auto-updated.
Last update: 2024-10-17 10:04:47 UTC
README
Fetch, store and use currency exchange rates in your application
Exchange rate bundle is Symfony wrapper for RunOpenCode/exchange-rate library.
Features
- Easy integration with exchange rate sources (such as National bank of Serba and Banca Intesa Serbia) via configuration.
- Console commands for debugging configuration.
- Console commands for fetching configured rates via cron tasks or queue implementations.
- Configurable e-mail notifications support for successful retrieval of rates, as well as errors.
- CRUD controllers for viewing, editing, deleting and creating rates, with configurable role-based security.
- Public REST api enabling you to deliver rates to other applications and third parties.
- Easy extensibility and customization of each portion of bundle.
Documentation
For more detailed information about the features of this bundle, refer to the documentation.
License
This bundle is published under MIT license. Please see LICENSE file distributed with this package.