{"id":25565944,"url":"https://github.com/investbrainapp/frankfurter-client","last_synced_at":"2026-04-28T23:33:39.434Z","repository":{"id":276056005,"uuid":"928065863","full_name":"investbrainapp/frankfurter-client","owner":"investbrainapp","description":"A very lightweight Frankfurter currency exchange API client for Laravel","archived":false,"fork":false,"pushed_at":"2025-08-29T02:39:41.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-29T06:46:24.907Z","etag":null,"topics":["currency-converter","exchange-api","forex","laravel"],"latest_commit_sha":null,"homepage":"https://frankfurter.dev","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/investbrainapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-06T02:08:41.000Z","updated_at":"2025-08-29T02:39:45.000Z","dependencies_parsed_at":"2025-05-25T00:35:19.960Z","dependency_job_id":"512ab3df-2a5b-41f6-9872-2282c21a1381","html_url":"https://github.com/investbrainapp/frankfurter-client","commit_stats":null,"previous_names":["investbrainapp/frankfurter-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/investbrainapp/frankfurter-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/investbrainapp%2Ffrankfurter-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/investbrainapp%2Ffrankfurter-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/investbrainapp%2Ffrankfurter-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/investbrainapp%2Ffrankfurter-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/investbrainapp","download_url":"https://codeload.github.com/investbrainapp/frankfurter-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/investbrainapp%2Ffrankfurter-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32404340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["currency-converter","exchange-api","forex","laravel"],"created_at":"2025-02-20T22:21:16.364Z","updated_at":"2026-04-28T23:33:39.419Z","avatar_url":"https://github.com/investbrainapp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frankfurter API wrapper for Laravel\n\nThis is a simple wrapper for the fantastic Frankfurter API. \n\n### Installation\n\nUse composer to install:\n\n```bash\ncomposer require investbrainapp/frankfurter-client\n```\n\n### Usage \n\nThis package provides a simple Laravel facade that exposes all functionality provided by the Frankfurter API. \n\n##### Latest\n \nTo get the latest exchange rate use the `latest` method:\n\n```php\nreturn Frankfurter::latest();\n```\n\n##### Historical\n \nTo get a historic exchange rate, pass a well formated date string or a `DateTime` object to the `historical` method:\n\n```php\nreturn Frankfurter::historical('2025-01-01');\n```\n\n##### Time series\n \nTo get time series data for a range of dates, pass well formated date strings or `DateTime` objects to the `timeSeries` method:\n\n```php\nreturn Frankfurter::timeSeries('2023-01-01', '2024-12-31');\n```\n\nIf you want all rates between a date in the past and today's date, you can omit the second argument to the `timeSeries` method:\n\n```php\nreturn Frankfurter::timeSeries('2023-01-01');\n```\n\n##### Supported currencies\n\nYou can call the `currencies` method to get a list of all supported currencies:\n\n```php\nreturn Frankfurter::currencies();\n```\n\n### Other methods\n\nYou can pass an array to the `setSymbols` method to limit the query to only specified symbols:\n\n```php\nFrankfurter::setSymbols(['INR','JPY','GBP'])-\u003elatest();\n```\n\nYou can also set the base currency using the `setBaseCurrency` method:\n\n```php\nFrankfurter::setBaseCurrency(['GBP'])-\u003elatest();\n```\n\n### Configuration\n\nYou can publish the `frankfurter.php` config file by running:\n\n```bash\nphp artisan vendor:publish --provider=\"Investbrain\\Frankfurter\\FrankfurterServiceProvider\" --tag=config\n```\n\nIn the config file, you can adjust your base currency and the base url (if you're self hosting Frankfurter).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvestbrainapp%2Ffrankfurter-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finvestbrainapp%2Ffrankfurter-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvestbrainapp%2Ffrankfurter-client/lists"}