Download the PHP package ranium/laravel-fixerio without Composer
On this page you can find all versions of the php package ranium/laravel-fixerio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ranium/laravel-fixerio
More information about ranium/laravel-fixerio
Files in ranium/laravel-fixerio
Package laravel-fixerio
Short Description Laravel package/client for fixer.io api, a foreign exchange rates and currency conversion API.
License MIT
Informations about the package laravel-fixerio
Laravel Fixer.io
Provides an easy to use Laravel package for fixer.io exchange rates and currency conversion JSON API. This is basically a Laravel wrapper for ranium/fixerio-php-client.
Installation
Run the following from the root of your Laravel app
composer require ranium/laravel-fixerio
Configuration
Publish the config file
php artisan vendor:publish --tag=laravel-fixerio
Edit the config/fixerio.php
and put your access key and tweak other config options as needed. Note that the secure
option works only with the paid plans of fixer.io.
Usage
You can use the provided Facade as well
As there is a hard limit on number of requests you can make to fixer.io, this package provides an easy way to cache the responses. Default cache storage is used for caching.
Modify the config/fixerio.php
to enable the caching.
You can disable cache in the runtime.
Please refer ranium/fixerio-php-client for all available API calls and other details.
The response for all the above calls will be a Guzzle Command Result object. Please refer fixer.io's documentation for further details about various endpoints, request parameters and response objects.
License
This package is open-sourced software licensed under the MIT license.
All versions of laravel-fixerio with dependencies
ranium/fixerio-php-client Version 1.*
laravel/framework Version ^6.0|^7.0|^8.0