PHPackages                             riod94/payroll-calculator-indonesia - 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. riod94/payroll-calculator-indonesia

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

riod94/payroll-calculator-indonesia
===================================

A comprehensive Indonesian payroll calculator library for PHP projects with tax calculations (PPh21, PPh23, PPh26).

v1.0.0(5mo ago)121ISCPHPPHP &gt;=8.0

Since Nov 17Pushed 5mo agoCompare

[ Source](https://github.com/riod94/payroll-calculator-indonesia)[ Packagist](https://packagist.org/packages/riod94/payroll-calculator-indonesia)[ Docs](https://github.com/riod94/payroll-calculator-indonesia)[ RSS](/packages/riod94-payroll-calculator-indonesia/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Payroll Calculator PHP
======================

[](#payroll-calculator-php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/de5e769043f835c0cb6166b57a4b257216ca1d405e4dd4a57312029e5e49c459/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72696f6439342f706179726f6c6c2d63616c63756c61746f722d696e646f6e657369612e737667)](https://packagist.org/packages/riod94/payroll-calculator-indonesia)[![Total Downloads](https://camo.githubusercontent.com/c891cd94e7a587693d0de5d30832d79c814b99fcf084b533133a6f2b008b9925/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72696f6439342f706179726f6c6c2d63616c63756c61746f722d696e646f6e657369612e737667)](https://packagist.org/packages/riod94/payroll-calculator-indonesia)[![License](https://camo.githubusercontent.com/5d36bf716e72a1eec9c55909fc10f16feb4501ede9cd28f6b7a3d505541c7299/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f72696f6439342f706179726f6c6c2d63616c63756c61746f722d696e646f6e657369612e737667)](https://github.com/riod94/payroll-calculator-indonesia/blob/main/LICENSE)[![PHP Version](https://camo.githubusercontent.com/8b423ed3b5ab2deb13ce3d1ef160db96e3e7b368a276349e409f9218e88b1432/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f72696f6439342f706179726f6c6c2d63616c63756c61746f722d696e646f6e657369612e737667)](https://packagist.org/packages/riod94/payroll-calculator-indonesia)

A comprehensive payroll calculator library for PHP projects with Indonesian tax calculations (PPh21, PPh23, PPh26).

Features
--------

[](#features)

- **PPh21 Calculation**: Complete Indonesian income tax calculation for employees
- **PPh23 Calculation**: Withholding tax for services, rentals, and other payments (2025 compliant)
- **PPh26 Calculation**: Final withholding tax with 20% rate (2025 compliant)
- **Multiple Calculation Methods**: NETT, GROSS, and GROSS\_UP support
- **Overtime Calculation**: Complete overtime payment calculation
- **BPJS Integration**: BPJS Kesehatan and BPJS Ketenagakerjaan calculations
- **PTKP Support**: All PTKP statuses (TK/0, TK/1, TK/2, TK/3, K/0, K/1, K/2, K/3)
- **NPWP Surcharge**: Automatic surcharge calculation for non-NPWP holders

Installation
------------

[](#installation)

Install the package via Composer:

```
composer require riod94/payroll-calculator-indonesia
```

Quick Start
-----------

[](#quick-start)

### Basic Usage

[](#basic-usage)

```
