PHPackages                             biteit/taxes - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. biteit/taxes

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

biteit/taxes
============

Library for working with Czech taxes

0.0.5(2y ago)010.6k↓73.3%1[1 PRs](https://github.com/Sofiosko/taxes/pulls)MITPHPPHP &gt;=8.0

Since Jan 23Pushed 2y agoCompare

[ Source](https://github.com/Sofiosko/taxes)[ Packagist](https://packagist.org/packages/biteit/taxes)[ RSS](/packages/biteit-taxes/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)DependenciesVersions (6)Used By (0)

The whole library purpose is to simplify working with Czech VAT while it allows to extend and bend computing logic of every important operation.

```
$cl = new \BiteIT\Taxes\CalcLogic();

$pl = new \BiteIT\Taxes\PriceList(\BiteIT\Taxes\Rates::HIGH_PERCENT, $cl);

$pl->addWithVat(121, 1);
$pl->addWithVat(200, 2, \BiteIT\Taxes\Rates::MEDIUM_PERCENT);
$pl->addWithVat(299, 4, \BiteIT\Taxes\Rates::LOW_PERCENT);

var_dump([
    $pl->getTotalsWithVat(),
    $pl->getTotalsWithoutVat()
]);
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 94.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~496 days

Total

5

Last Release

735d ago

PHP version history (2 changes)0.0.1PHP &gt;=7.1

0.0.5PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/006243654f6be437ad2830eef3ed92609ad0e4b98d1788a89d7884fb8a83e0c1?d=identicon)[manweCZ](/maintainers/manweCZ)

---

Top Contributors

[![Sofiosko](https://avatars.githubusercontent.com/u/24888906?v=4)](https://github.com/Sofiosko "Sofiosko (18 commits)")[![radek-cmyk](https://avatars.githubusercontent.com/u/254740070?v=4)](https://github.com/radek-cmyk "radek-cmyk (1 commits)")

### Embed Badge

![Health badge](/badges/biteit-taxes/health.svg)

```
[![Health](https://phpackages.com/badges/biteit-taxes/health.svg)](https://phpackages.com/packages/biteit-taxes)
```

###  Alternatives

[functional-php/pattern-matching

Pattern matching for PHP with automatic destructuring.

8280.1k](/packages/functional-php-pattern-matching)[hedii/laravel-date-range

A date range trait with local scope methods for Laravel Eloquent models

2140.6k](/packages/hedii-laravel-date-range)[beyondit/opencart-extension-installer

Custom Composer Installer for installing OpenCart Extensions

1020.6k6](/packages/beyondit-opencart-extension-installer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
