sirolad/cron-date

A PHP library to get cron expression from date object

1.0.1 2017-12-01 15:00 UTC

This package is not auto-updated.

Last update: 2024-05-10 00:05:04 UTC


README

This simple package gives the cron expression of a DateTime string.

Installation

composer require sirolad/cron-date

Usage

<?php
use Sirolad\CronDate;

$expression = new CronDate('2017-12-2 11:02:25');
echo $expression->getCronDate(); //2 11 2 12 6

Contributors

This package is managed by Surajudeen Akande