Download the PHP package shakahl/due-php without Composer
On this page you can find all versions of the php package shakahl/due-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shakahl/due-php
More information about shakahl/due-php
Files in shakahl/due-php
Download shakahl/due-php
More information about shakahl/due-php
Files in shakahl/due-php
Vendor shakahl
Package due-php
Short Description Due date calculator written in PHP
License MIT
Homepage https://github.com/shakahl/due-php
Package due-php
Short Description Due date calculator written in PHP
License MIT
Homepage https://github.com/shakahl/due-php
Please rate this library. Is it a good library?
Informations about the package due-php
Due date calculator in PHP
This project is a due date calculator library written in PHP.
Structure
Features
The program reads the currently reported problems (bugs) from an issue tracking system and calculates the due date following the rules below:
- Working hours can be specified. Defaults are 9AM to 5PM every working day (Monday through Friday)
- The program does not deal with holidays, which means that a holiday on a Thursday is still considered as a working day by the program. Also a working Saturday will still be considered as a nonworking day by the system.
- The turnaround time is given in working hours, which means for example that 2 days are 16 hours. As an example: if a problem was reported at 2:12PM on Tuesday then it is due by 2:12PM on Thursday.
- All submitted date values must be between working hours.
Usage
As a library
CLI - Command line interface
Testing
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of due-php with dependencies
PHP Build Version
Package Version
The package shakahl/due-php contains the following files
Loading the files please wait ....