Via Composer
$ composer require phpcy/gross-net-salary-calculator
$calculator = new Phpcy\GrossNetSalaryCalculator\Calculator();
$result = $calculator->calculateNetSalary(1000, 12);
echo $result->getAnnualGrossSalary();
Please see CHANGELOG for more information on what has changed recently.
$ composer test
Please see CONTRIBUTING.
If you discover any security related issues, please email phpcyprus@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.