Skip to content

Instantly share code, notes, and snippets.

View krisztianodor's full-sized avatar

krisztianodor

  • Budapest, Hungary
View GitHub Profile
@krisztianodor
krisztianodor / CronSchedule.php
Last active September 25, 2020 13:01 — forked from m4tthumphrey/CronSchedule.php
CronSchedule.php - Allows one to parse a cron expression into human readable text.
<?php
/*
* Plugin: StreamlineFoundation
*
* Class: Schedule
*
* Description: Provides scheduling mechanics including creating a schedule, testing if a specific moment is part of the schedule, moving back
* and forth between scheduled moments in time and translating the created schedule back to a human readable form.
*