Download the PHP package lisin/vat without Composer
On this page you can find all versions of the php package lisin/vat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package vat
Функции помощники для нормализации цен с НДС 20% для Laravel 6
Установка
composer require lisin/vat:^1.0.0
Использование
Для цен с округлением до целых
$price = Str::correctPriceCeilForNds(100);
// 102 (в том числе НДС 17)
Для цен с округлением до десятых
$price = Str::correctPriceForNds(100.00);
// 100.02 (в том числе НДС 16,67)
All versions of vat with dependencies
PHP Build Version
Package Version
No informations.
The package lisin/vat contains the following files
Loading the files please wait ....