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(1y ago)010.2k↓33.3%1[1 PRs](https://github.com/Sofiosko/taxes/pulls)MITPHPPHP &gt;=8.0

Since Jan 23Pushed 1y agoCompare

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

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

35

—

LowBetter than 80% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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

689d 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

[cloudstek/php-laff

Largest Area Fit First (LAFF) 3D box packing algorithm class for PHP

8774.9k](/packages/cloudstek-php-laff)[kpolicar/nova-date-range

Custom date range picker field for Laravel Nova

26176.8k2](/packages/kpolicar-nova-date-range)[tanmuhittin/nova-collapsible-groups

Makes nova core theme navigation collapsible

23179.0k](/packages/tanmuhittin-nova-collapsible-groups)

PHPackages © 2026

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