Libraries tagged by amos
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.
oho60/yii2-widget-number
29 Downloads
Amount of money in thai
objectsource/shipping-volume-cap
2 Downloads
Magento 2 module to limit the amount of orders per shipping method each day, week or month
o-p/json-logic
33 Downloads
Make it easier to process large amount data with JsonLogic
noahnxt/dump-x
4 Downloads
An extension on your daily dump commands. Forget loopig dumps in a loop to get a specific amount of dumps.
nerdost/unstuck-scheduler
20 Downloads
Detects stucked scheduler task and stops them after amount of time to be started again (e.g. in case of max_execution time limit and so on)
nekulin/geocoder
24 Downloads
The almost missing Geocoder PHP 5.4 library.
nacosvel/container-interop
34 Downloads
Achieve compatibility and interoperability among different container objects.
mzsongyan/express
681 Downloads
A waybill tracking library for Yii2, supported almost every express in China.
mwesigwajoshua/money-out-putter
2 Downloads
MoneyOutputter is a versatile and easy-to-use PHP package designed for formatting and converting monetary amounts into both human-readable words and numeric representations. Ideal for applications that require displaying currency values in a clear and user-friendly manner, this package supports multiple currencies, ensuring that the output is accurate and formatted according to the rules of each currency's locale.
mucts/money
31 Downloads
Numeric amount case conversion
mtl/unique-generator
80 Downloads
Generate massive amount of unique codes
mozgbrasil/magento-brasil-regions
1109 Downloads
Adiciona o suporte aos 27 estados do Brasil ao Magento
mouf/database.dao-interface
25881 Downloads
This package only contains a basic interface for implementing common DAO methods. Those DAOs will be used by BCE forms among other things.
mjducharme/laravel-model-json-storage
176 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.