doncho/calculator

There is no license information available for the latest version (dev-master) of this package.

Fee calculator.

Maintainers

Package info

github.com/denjai/Calculator

Issues

Type:project

pkg:composer/doncho/calculator

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2020-04-12 15:16 UTC

This package is auto-updated.

Last update: 2026-02-13 05:16:49 UTC


README

Commission fee calculator for cash in and cash out operations.

Installing

  • Option 1 - Download the app as zip file. Unzip the app in desired directory and go to the root directory of the app.

  • Option2 - Clone the repository. Run the following command: git clone git@github.com:denjai/calculator.git

Install composer if you do not have it installed yet - https://getcomposer.org/download/.

Run the command:

composer dump-autoload -o

Usage

php service.php input.csv

Running tests

composer install

./vendor/bin/phpunit tests