Libraries tagged by fetch api
opqclick/currency-converter
4 Downloads
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.
jeffersongoncalves/filament-check-whois-widget
1 Downloads
The Filament Check Whois Widget is a package for the Filament PHP framework that allows you to easily check the WHOIS information for domains. It integrates seamlessly with Filament's AdminPanel, providing a clean and user-friendly interface. The widget fetches WHOIS data using an external API (requiring an API key), displaying key details like registrant information, registration date, and expiry date. Configuration options allow for customization of the widget's appearance and behavior, such as setting the number of domains displayed per row, the column span, and whether to show a title. This simplifies the process of obtaining crucial domain information within your Filament application.
exinfinite/ytc
7 Downloads
fetch youtube videos by youtube data api
devshaded/nvdb-speed-limits
4 Downloads
Fetch Norwegian speed limits from NVDB API
brueggern/crestron-fusion-handler
44 Downloads
Fetch data from the Crestron Fusion API
bookbok/book-info-scraper
12 Downloads
Provides an interface to help fetch book information from the book API.
pantheon-systems/terminus-newrelic-data-plugin
111 Downloads
Terminus Plugin that fetches metric data from new relic api and display via console
plugrbase/statamic-google-places-field
68 Downloads
A Google Places addon for Statamic V4 that fetch and store data from Google Places API.
ngfw/dnsdumpster
3 Downloads
A Laravel package to fetch DNS reconnaissance data from the DNSDumpster API, easily installable via Composer and configurable as a service provider.
emteknetnz/silverstripe-data-fetcher
180 Downloads
Fetches data from github and traivs-ci apis
askancy/howlongtobeat
142 Downloads
A PHP wrapper to fetch data from howlongtobeat.com with dynamic API key extraction
tigron/codabox-gateway
75 Downloads
Fetch CODA files from Codabox via the Tigron Restfull API
lukesnowden/simple-ups
15 Downloads
Fetch rates, track packages and verify addresses via the UPS API
kalimeromk/nbrm
4 Downloads
This package provides seamless integration with the web service of the National Bank of the Republic of Macedonia (NBRM). It allows Laravel applications to fetch foreign exchange rates and currency data directly from NBRM’s official API.
designbycode/google-maps-place-details
94 Downloads
The Reviews class is a part of the Designbycode namespace and is used to fetch reviews, rating, and user ratings total of a place using the Google Places API. It requires a Google Maps API key and a Google Maps place ID to make requests.