Download the PHP package liujia/holiday-or-workday without Composer

On this page you can find all versions of the php package liujia/holiday-or-workday. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package holiday-or-workday

一个基于免费接口获取数据,并处理数据,从而方便判断天朝工作日的工具 正常情况,执行一次,可以获取某一年的所有数据,缓存之后直接调用判断就行 2017-09-06

更新

2017-12-04

2017-09-07

使用

注册聚合

使用接口需要注册聚合数据的账号,并申请对应的数据;在工具中需要填入对应的appkey

composer安装

可以通过composer安装

实例化使用

只需要调用一个isWorkday方法就可以了

注意,命名空间和类名有一个大小写的差别

返回值

通过传入比如2017-09-07或者2017-9-7格式,返回对应日期的假日状态,返回值为数组形式

这里定义的status的值,工作日为1,休息日为2(加班2倍工资),节假日为3(加班应该是3倍工资),方便计算O(∩_∩)O。

处理

其他


All versions of holiday-or-workday with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package liujia/holiday-or-workday contains the following files

Loading the files please wait ....