Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdavis1982/cron-parser

A cron parser
https://github.com/mdavis1982/cron-parser

Last synced: about 1 month ago
JSON representation

A cron parser

Awesome Lists containing this project

README

        

# Cron Parser
This is a cron parser, written as part of the technical test for Deliveroo.

## Installation
Clone the repository and then run `composer install` to install the required dependencies.

## Usage
In order to parse a cron string, use the following format:

```bash
php cron-parser ""
```

This will parse the cron string and show a summary.