PHPackages                             autepos/tax - 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. autepos/tax

ActiveLibrary

autepos/tax
===========

Tax package for laravel

01PHP

Since Apr 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/autepos/tax)[ Packagist](https://packagist.org/packages/autepos/tax)[ RSS](/packages/autepos-tax/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Introduction
============

[](#introduction)

This package is a tax calculator for Laravel for those who like it interface.

Requirements
============

[](#requirements)

- PHP 8.0+
- Laravel 9.x+

Installation
============

[](#installation)

Install the package via composer:

```
composer require autepos/tax

php artisan migrate
```

Simple usage
============

[](#simple-usage)

```
use Autepos\Tax\Contracts\TaxableDevice;
use Autepos\Tax\Contracts\TaxCalculatorFactory;

class Order implements TaxableDevice{
    //... Implementation of certain methods require other interfaces to be implemented
}

$order = new Order();
$taxCalculator = app(TaxCalculatorFactory::class);
$taxCalculator->addTaxableDevice($order);
$taxLineList=$taxCalculator->calculate();

$totalTax=$taxLineList->totalAmount();// To be displayed as a total tax
$exclusiveTax=$taxLineList->exclusiveAmount();// To be added to the order subtotal
$inclusiveTax=$taxLineList->inclusiveAmount(); // Already included in the order subtotal
```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f80490689224856c80359c0a0ac4a409118f9275cc062cc2b51dc379db28e70f?d=identicon)[bethelchika](/maintainers/bethelchika)

---

Top Contributors

[![osuagwu](https://avatars.githubusercontent.com/u/20265860?v=4)](https://github.com/osuagwu "osuagwu (3 commits)")

### Embed Badge

![Health badge](/badges/autepos-tax/health.svg)

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

PHPackages © 2026

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