https://github.com/jdecool/crontab-parser
https://github.com/jdecool/crontab-parser
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdecool/crontab-parser
- Owner: jdecool
- License: mit
- Created: 2024-01-14T13:39:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T13:20:19.000Z (over 2 years ago)
- Last Synced: 2025-03-05T22:30:38.965Z (over 1 year ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```