PHPackages                             kwetal/workdays - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. kwetal/workdays

ActiveLibrary

kwetal/workdays
===============

A calendar for calculating with workdays

1.0.0(11y ago)010MITPHPPHP &gt;=5.4.0

Since Oct 28Pushed 11y ago1 watchersCompare

[ Source](https://github.com/evanmaastrigt/kwetal-workdays)[ Packagist](https://packagist.org/packages/kwetal/workdays)[ RSS](/packages/kwetal-workdays/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

kwetal-workdays
===============

[](#kwetal-workdays)

A library for calculations with workdays

Installation
------------

[](#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:

```
