Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mdavis1982/cron-parser
- Owner: mdavis1982
- Created: 2022-04-24T21:55:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T11:01:50.000Z (over 2 years ago)
- Last Synced: 2024-10-15T13:24:19.725Z (3 months ago)
- Language: PHP
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.