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

https://github.com/jdecool/crontab-parser


https://github.com/jdecool/crontab-parser

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Crontab Parser
==============

A simple crontab parser written in PHP.

## Installation

Install it with [Composer](https://getcomposer.org/):

```bash
$ composer require jdecool/crontab-parser
```

## Getting started

```php
parse($content); // return a `JDecool\CrontabParser\Crontab` instance
```