Allows for the easy calculation of working days between two points. Automatically generates UK bank holidays, these can be overridden via config
Basic example
$date = WorkingDays::workingDaysFrom(new \DateTime('2014-01-01'), 1);
//$date will be set to 2014-01-02 which is the next working day