{"id":33960253,"url":"https://github.com/leowebguy/craft-currency-converter","last_synced_at":"2026-03-27T02:45:54.144Z","repository":{"id":54533695,"uuid":"253928609","full_name":"leowebguy/craft-currency-converter","owner":"leowebguy","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-31T12:48:41.000Z","size":72,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T22:22:12.593Z","etag":null,"topics":["craft-cms","craft-cms-plugin","craft-plugin","craft4","craft5","craftcms"],"latest_commit_sha":null,"homepage":"","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/leowebguy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2020-04-07T22:42:05.000Z","updated_at":"2025-08-05T21:03:26.000Z","dependencies_parsed_at":"2024-03-27T04:34:43.200Z","dependency_job_id":"4c718a39-b601-40cf-9e2a-17fff864e449","html_url":"https://github.com/leowebguy/craft-currency-converter","commit_stats":{"total_commits":25,"total_committers":4,"mean_commits":6.25,"dds":"0.31999999999999995","last_synced_commit":"8c9751842b2f9b05d6a9727456dc7308425b3eaf"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/leowebguy/craft-currency-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leowebguy%2Fcraft-currency-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leowebguy%2Fcraft-currency-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leowebguy%2Fcraft-currency-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leowebguy%2Fcraft-currency-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leowebguy","download_url":"https://codeload.github.com/leowebguy/craft-currency-converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leowebguy%2Fcraft-currency-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31011923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T02:33:22.146Z","status":"ssl_error","status_checked_at":"2026-03-27T02:33:21.763Z","response_time":164,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["craft-cms","craft-cms-plugin","craft-plugin","craft4","craft5","craftcms"],"created_at":"2025-12-12T21:48:24.284Z","updated_at":"2026-03-27T02:45:54.126Z","avatar_url":"https://github.com/leowebguy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Currency Converter\n\nCraft plugin to convert currency using API \u0026 local storage\n\n### IMPORTANT\n\n---\n\n### Installation\n\nOpen your terminal and go to your Craft project:\n\n```bash\ncd /path/to/project\n```\n\nThen tell Composer to load the plugin:\n\n```bash\ncomposer require leowebguy/craft-currency-converter\n```\n\nIn the Control Panel, go to Settings → Plugins and click the “Install” button for Currency Converter.\n\nGo to [rapidapi.com/natkapral/api/currency-converter5](https://rapidapi.com/natkapral/api/currency-converter5/) → Get your Free API Key\n\nIn the Control Panel, go to Settings → Currency Converter → Paste and Save your API Key\n\nYou can also put it in your ENV file i.e. `$CC_KEY` and set it over here.\n\n```dotenv\nCC_KEY=aaa123bbb234\n```\n\n![screenshot1](resources/screenshot1.jpg)\n\n\u0026nbsp;\n\n---\n\n### Usage\n\nThe plugin exposes a Currency Converter's methods:\n\n```twig\n{%  set amount = craft.entries.section('my-section').one().numberfield %}\n{{ craft.currency.conversion('USD', 'EUR', amount) }}\n```\n\nAlso passing number as string:\n\n```twig\n{{ craft.currency.conversion('USD', 'EUR', 23) }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleowebguy%2Fcraft-currency-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleowebguy%2Fcraft-currency-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleowebguy%2Fcraft-currency-converter/lists"}