Libraries tagged by rates API
minhyung/trif-fxrt
1 Downloads
PHP library for Exchange rates API of Korea Customs Service
michaelthedev/freecurrencyapi-php
3 Downloads
A PHP wrapper for the freecurrencyapi.com API
fypex/laravel-currency
35 Downloads
This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.
dostrog/larate
57 Downloads
Small library to access to currency exchange rates API of CBRF (Bank of Russia) and NBU (National Bank of Ukraine) from Laravel
coliving/currency
4057 Downloads
This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.
brendi211/currency_laravel
30 Downloads
This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.
bglobal/sales-tax
6 Downloads
Get the latest Sales tax rate
amelia/money
41 Downloads
A library for working with the Open Exchange Rates API in PHP
alfaexchange/laravel-package
308 Downloads
Laravel SDK package for working with the alfaexchange.io API
noxkiwi/money
1 Downloads
I am the minimal Helper Library to exchange money values between currencies. Big shoutout to the guys from ratesAPI for providing a very simple exchange rate.
zdenekgebauer/cnb-client
3 Downloads
Client for retrieving exchange rates from API www.cnb.cz
generalfocus/limitshield
8 Downloads
LimitShield is a middleware package designed to manage and enforce API rate limiting efficiently.
eforce/throttle
5 Downloads
(API) Rate limiting requests in CakePHP
ckailash/twitter-app-only-auth
49 Downloads
Twitter Application Only Auth API for Laravel, which is documented here: https://dev.twitter.com/oauth/application-only. With Application-only authentication you don’t have the context of an authenticated user and this means that any request to API for endpoints that require user context, such as posting tweets, will not work. However, it comes with a higher API rate limit
jonathanstaniforth/laravel-with-limits
9 Downloads
Laravel with limits is a Laravel package that handles API rate limits, down to the method level. The package will read rate limit headers and keep track of requests to prevent exceeding rate limits. GuzzleHttp is used to send requests and receive responses.