/php-payroll

A simple command line tool using the Symfony Console Component

Primary LanguagePHPMIT LicenseMIT

Build Status Coverage Status Dependency Status Latest Stable Version

php-payroll

A simple command line tool using the Symfony Console Component

Run Build

$ cd /path/to/process_payroll
$ composer install

Run Tests

$ phpunit -c app

Run Application

$ php application.php start:payroll

View Results

$ cd /path/to/process_payroll
$ cat ./files/payroll_files/payroll_(TIMESTAMP).csv

##Example