teusbarros/currencyexchange

为 Laravel 框架提供的货币兑换包。

1.0.0 2023-04-04 08:49 UTC

This package is auto-updated.

Last update: 2024-09-04 11:54:45 UTC


README

使用欧元作为主要货币的 Laravel 框架货币兑换包。

入门指南

  • 使用 composer 将此包添加到您的 Laravel 项目中
composer require teusbarros/currencyexchange
  • 就这样!您现在可以在您的应用程序中使用此包了

基本用法

现在您有一个位于:base_url/api/v1/exchange 的端点。

您可以在 swagger.json 或 swagger.yaml 文件中查看此端点的文档。