Packages from opqclick

  • PHP

    opqclick/calculator

    This demo package will do some calculations

  • PHP

    opqclick/currency-converter

    The task is to create a Laravel package, this packagewill expose an API GET endpoint that will receive thefollowing params:● amount● currency to exchangeYou can assume the default currency is Euro.This endpoint should return the exchange rate for thegiven amount in the same standard format as theother API endpoints.The package must fetch the exchange rate of the dayfrom the European Central Bank daily reference.The package must have unit tests documentationand a readme.md file.The package must be installed with composer as alocal dependency.

  • PHP

    opqclick/currency-exchange

    The package must fetch the exchange rate of the day