Skip to content

Library to calculate your net salary from your gross salary

License

Notifications You must be signed in to change notification settings

phpcy/gross-net-salary-calculator

Repository files navigation

gross-net-salary-calculator

Latest Version on Packagist Software License Build Status Total Downloads

Install

Via Composer

$ composer require phpcy/gross-net-salary-calculator

Usage

$calculator = new Phpcy\GrossNetSalaryCalculator\Calculator();
$result = $calculator->calculateNetSalary(1000, 12);
echo $result->getAnnualGrossSalary();

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING.

Security

If you discover any security related issues, please email phpcyprus@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Library to calculate your net salary from your gross salary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages