teusbarros / currencyexchange
A currency exchange package for the Laravel framework.
1.0.0
2023-04-04 08:49 UTC
Requires (Dev)
- nunomaduro/phpinsights: ^2.8
- orchestra/testbench: ^8.2
- zircote/swagger-php: ^4.7
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.