Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kejawenlab/pph21

PPH21 Calculator menggunakan Strategy Pattern
https://github.com/kejawenlab/pph21

calculator-pajak indonesia-tax pajak pph21 tax

Last synced: about 1 month ago
JSON representation

PPH21 Calculator menggunakan Strategy Pattern

Awesome Lists containing this project

README

        

# Tax Calculator

This calculator use [Strategy Pattern](http://designpatternsphp.readthedocs.io/en/latest/Behavioral/Strategy/README.html) to make it flexible, extendable, and robust.

## How to install

## How to build

```bash
composer require kejawenlab/pph21
```

or you can clone directly

```bash
git clone https://github.com/KejawenLab/PPH21.git

cd PPH21

composer update --prefer-dist -vvvv
```

## Run Testing

```bash
php vendor/bin/phpunit
```

## Starting App

```bash
php index.php
```