PHP Package: lorisleiva/cron-translator

Cron Translator library for PHP providing human-readable translations of cron expressions, simplifying scheduling tasks effortlessly.

Current Version: 0.4.6
Last Updated: 2025-06-25
PHP Requirement: ^8.0
Dependencies: None

Package Description

Cron Translator is a PHP library that translates cron expressions into human-readable formats, making it easier to understand and manage scheduled tasks. It simplifies the process of scheduling tasks by providing clear translations and explanations for cron expressions. This library helps developers improve the readability and maintainability of their cron jobs, enhancing overall workflow efficiency.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 0.4.6

Download Download v0.4.6

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/lorisleiva/cron-translator/0.4.6/loader.php';
use Lorisleiva\CronTranslator\Expression;

$obj = new Expression();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.