Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kejawenlab/pph21
- Owner: KejawenLab
- License: mit
- Created: 2018-01-09T06:40:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T07:04:33.000Z (almost 7 years ago)
- Last Synced: 2024-04-21T15:03:42.391Z (8 months ago)
- Topics: calculator-pajak, indonesia-tax, pajak, pph21, tax
- Language: PHP
- Size: 16.6 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.gitcd PPH21
composer update --prefer-dist -vvvv
```## Run Testing
```bash
php vendor/bin/phpunit
```## Starting App
```bash
php index.php
```