项目作者: panlatent

项目描述 :
Converts cron expressions into human readable descriptions.
高级语言: PHP
项目地址: git://github.com/panlatent/cron-expression-descriptor.git
创建时间: 2019-03-06T14:08:10Z
项目社区:https://github.com/panlatent/cron-expression-descriptor

开源协议:MIT License

下载


Cron Expression Descriptor

Converts cron expressions into human readable descriptions in PHP.

Build Status
Coverage Status
Latest Stable Version
Total Downloads
Latest Unstable Version
License

The library is PHP version of bradymholt/cron-expression-descriptor (C#).

Installation

It’s recommended that you use Composer to install this project.

  1. $ composer require panlatent/cron-expression-descriptor

This will install the library and all required dependencies. The project requires PHP 7.1 or newer.

Usage

  1. echo (new Panlatent\CronExpressionDescriptor\ExpressionDescriptor('23 12 * JAN *'))->getDescription();
  2. // OUTPUT: At 12:23 PM, only in January

Ports

This library has been ported to several other languages.

License

The Cron Expression Descriptor is open-sourced software licensed under the MIT license.