teusbarros/currencyexchange

A currency exchange package for the Laravel framework.

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/teusbarros/currencyexchange

1.0.0 2023-04-04 08:49 UTC

This package is auto-updated.

Last update: 2025-12-04 14:23:06 UTC


README

A currency exchange package for the Laravel framework using Euro as the main currency.

Getting Started

  • Use composer to add this package to your laravel project
composer require teusbarros/currencyexchange
  • That's all! You can start using the package on your application

The basic

Now you have an endpoint located at: base_url/api/v1/exchange

You can see this endpoint documentation in the swagger.json or swagger.yaml files.