Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/provider/european-central-bank
:bank: European Central Bank data provider for Porter.
https://github.com/provider/european-central-bank
bank data-provider fx-rates php-development porter
Last synced: about 1 month ago
JSON representation
:bank: European Central Bank data provider for Porter.
- Host: GitHub
- URL: https://github.com/provider/european-central-bank
- Owner: Provider
- Created: 2016-06-20T09:35:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T12:39:09.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T00:44:16.884Z (about 2 months ago)
- Topics: bank, data-provider, fx-rates, php-development, porter
- Language: PHP
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
European Central Bank Provider
==============================[![Latest tag][Version image]][Releases]
[![Total downloads][Downloads image]][Downloads]
[![Build status][Build image]][Build]
[![Test coverage][Coverage image]][Coverage]
[![Code style][Style image]][Style]Provides [European Central Bank][] data for [Porter][Porter], including
[daily foreign exchange rates][Fx rates] for over 30 currencies.Usage
-----Add this provider to your project using [Composer][].
```
composer require provider/european-central-bank
```[Releases]: https://github.com/Provider/European-Central-Bank/releases
[Version image]: https://poser.pugx.org/provider/european-central-bank/version "Latest version"
[Downloads]: https://packagist.org/packages/provider/european-central-bank
[Downloads image]: https://poser.pugx.org/provider/european-central-bank/downloads "Total downloads"
[Build]: https://github.com/Provider/European-Central-Bank/actions/workflows/Tests.yaml
[Build image]: https://github.com/Provider/European-Central-Bank/actions/workflows/Tests.yaml/badge.svg "Build status"
[Coverage]: https://coveralls.io/github/Provider/European-Central-Bank
[Coverage image]: https://coveralls.io/repos/Provider/European-Central-Bank/badge.svg "Test coverage"
[Style]: https://styleci.io/repos/61535152
[Style image]: https://styleci.io/repos/61535152/shield?style=flat "Code style"[Porter]: https://github.com/ScriptFUSION/Porter
[European Central Bank]: http://www.ecb.europa.eu
[Fx rates]: http://www.ecb.europa.eu/stats/exchange/eurofxref/html/index.en.html
[Composer]: https://getcomposer.org