yukabuki/cron-expression-explainer 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

yukabuki/cron-expression-explainer

最新稳定版本:2.0.3

Composer 安装命令:

composer require yukabuki/cron-expression-explainer

包简介

Human-readable cron expressions (Fork with French translation)

README 文档

README

Cron Expression Explainer

Human-readable cron expressions (custom translations support)

📄 Check out our documentation.

🎨 Custom Translations Guide - Learn how to add your own translations!

🔗 Original project by Orisai

use Yukabuki\CronExpressionExplainer\DefaultCronExpressionExplainer;

$explainer = new DefaultCronExpressionExplainer();

$explainer->explain('* * * * *'); // At every minute.
$explainer->explain('*/30 * * * *'); // At every 30th minute.
$explainer->explain('@daily'); // At 00:00.
$explainer->explain('* * 1 * 1'); // At every minute on day-of-month 1 and on every Monday.
$explainer->explain('0 22 * 12 *'); // At 22:00 in December.
$explainer->explain('0 8-18 * * *'); // At minute 0 past every hour from 8 through 18.
$explainer->explain('0 8-18/2 * * *'); // At minute 0 past every 2nd hour from 8 through 18.
$explainer->explain('0 8,12,16 * * *'); // At minute 0 past hour 8, 12 and 16.
$explainer->explain('* * 1 2 *'); // At every minute on 1st of February.
$explainer->explain('* * * * SUN#2'); // At every minute on 2nd Sunday.
$explainer->explain('* * 15W * *'); // At every minute on a weekday closest to the 15th.
$explainer->explain('* * L * *'); // At every minute on a last day-of-month.
$explainer->explain('* * LW * *'); // At every minute on a last weekday.
$explainer->explain('* * * * 7L'); // At every minute on the last Sunday.

✨ New Features in This Fork

🔍 Automatic Locale Detection

Locales are automatically detected by scanning the translations directory - no hardcoded lists!

$locales = $explainer->getSupportedLocales();
// Automatically finds: cs, en, fr, sk

📁 Custom Translation Support

Add your own translations or override existing ones:

// Add a directory with custom translations
$explainer->addTranslationPath('/path/to/custom/translations');

// Use your custom locale
$explainer->explain('* * * * *', null, null, 'es'); // Spanish
$explainer->explain('* * * * *', null, null, 'de'); // German

See CUSTOM_TRANSLATIONS.md for detailed guide and examples.

统计信息

  • 总下载量: 47
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MPL-2.0
  • 更新时间: 2026-02-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固