承接 kwetal/workdays 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kwetal/workdays

最新稳定版本:1.0.0

Composer 安装命令:

composer require kwetal/workdays

包简介

A calendar for calculating with workdays

README 文档

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

统计信息

  • 总下载量: 10
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-11-10