jpi/cron-linter
Composer 安装命令:
composer require --dev jpi/cron-linter
包简介
Tool for linting cron files and expressions
README 文档
README
Lint cron files. Based on the work of @Dave13h from https://github.com/Dave13h/php-censor-cronlint-plugin, just the PHPCensor aspect removed and made into a standalone package.
Installation
composer require --dev jpi/cron-linter
Add a .cronlinter.yml file to your project root that specifies a list of cron files to lint.
files: - /cron-1 - /cron-2
File paths can also include glob patterns to match multiple files at once.
files: - /etc/cron.d/* - /cron.*
Then run php vendor/bin/lintcron, which will list any errors found in the specified cron files. You can use a different config file location using the --config-file option.
You can also specify files to be linted using the --files option, providing a comma-separated list of file paths.
Or if you want to do it programmatically on files or content.
// Lint cron files // $files is an array of file paths for cron files to check // $baseDir (optional) is a string containing the base directory path for all file paths $errors = \JPI\CronLinter::lintFiles($files, $baseDir); // Lint cron content directly // $expression is a string containing one or more cron expressions (one per line) $errors = \JPI\CronLinter::lintContent($expression); // Both methods return an array of error messages, or an empty array if no errors found
Support
If you found this library interesting or useful please spread the word about this library: share on your socials, star on GitHub, etc.
If you find any issues or have any feature requests, you can open a issue or email me @ jahidulpabelislam.com 😏.
Authors
Licence
This module is licenced under the GNU General Public Licence - see the licence file for details
jpi/cron-linter 适用场景与选型建议
jpi/cron-linter 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 13 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 11 月 22 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「cli」 「testing」 「cron」 「ci」 「tool」 「continuous integration」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 jpi/cron-linter 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 jpi/cron-linter 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 jpi/cron-linter 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Symfony bundle to monitor and execute commands
Testing Suite For Lumen like Laravel does.
Scheduling extension for Yii2 framework
Monitoring for scheduled jobs
The PHP SDK for Checkmango
Temporal frequency library
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 26
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2025-11-22