Download the PHP package bzarzuela/deadline-calculator without Composer
On this page you can find all versions of the php package bzarzuela/deadline-calculator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bzarzuela/deadline-calculator
More information about bzarzuela/deadline-calculator
Files in bzarzuela/deadline-calculator
Package deadline-calculator
Short Description Simplifies computation of TAT with overrides of operating hours and holidays
License MIT
Homepage https://github.com/bzarzuela/deadline-calculator
Informations about the package deadline-calculator
Deadline Calculator with support for operating hours and holidays
A very common requirement in our projects is the ability for the CRM to compute for the deadline of a Ticket. There are a lot of factors that have to be considered when computing deadlines such as weekends, operating hours that vary, etc
By default, the package assumes a 24/7 operation. The recommended usage is to pre-configure the class and bind it to the Service Provider of your application.
Installation
You can install the package via composer:
Usage
It supports bypassing weekends in the calculation.
TAT can also be set in hours
Operating Hours is supported for cases when TAT is measured in hours
You can also set or override operating hours on a per-day basis
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Bryan Zarzuela
- All Contributors
License
The MIT License (MIT). Please see License File for more information.