kwetal/workdays

A calendar for calculating with workdays

1.0.0 2014-11-10 20:24 UTC

This package is not auto-updated.

Last update: 2024-04-22 23:46:28 UTC


README

A library for calculations with workdays

Installation

The recommended way to install Kwetal/Workdays is through composer.

Just create a composer.json file for your project:

{
    "require": {
        "kwetal/workdays": "dev-master"
    }
}

And run these two commands to install it:

$ curl -sS https://getcomposer.org/installer | php
$ composer install

Now you can add the autoloader, and you will have access to the library:

<?php

require 'vendor/autoload.php';

Unit tests

After installing, from the root project dir run

$ vendor/bin/phpunit