schedule-bundle:在Symfony应用程序中计划Cron作业(commandscallbacksbash脚本)

时间:2024-02-26 22:27:56
【文件属性】:

文件名称:schedule-bundle:在Symfony应用程序中计划Cron作业(commandscallbacksbash脚本)

文件大小:341KB

文件格式:ZIP

更新时间:2024-02-26 22:27:56

symfony cron schedule symfony-bundle SymfonyPHP

ScheduleBundle 在您的Symfony应用程序中计划Cron作业(命令/回调/ bash脚本)。 大多数应用程序具有需要以特定间隔运行的作业。 该捆绑软件使您可以在代码中定义这些作业。 作业定义(任务)与应用程序的任何其他功能一样受版本控制。 每分钟运行一次的服务器上的单个Cron条目( php bin/console schedule:run )执行适当的任务。 此捆绑包的灵感和某些API /代码来自。 安装 $ composer require zenstruck/schedule-bundle 如果不使用Symfony Flex,请确保启用捆绑软件。 快速开始 添加您的


【文件预览】:
schedule-bundle-master
----composer.json(2KB)
----.php_cs.dist(2KB)
----.scrutinizer.yml(58B)
----LICENSE(1KB)
----src()
--------EventListener()
--------DependencyInjection()
--------Event()
--------Resources()
--------Command()
--------ZenstruckScheduleBundle.php(518B)
--------Schedule.php(12KB)
--------Schedule()
----doc()
--------define-schedule.md(10KB)
--------images()
--------cli-commands.md(13KB)
--------extending.md(7KB)
--------run-schedule.md(9KB)
--------define-tasks.md(24KB)
----.gitignore(83B)
----.codecov.yml(113B)
----phpunit.xml.dist(756B)
----README.md(14KB)
----.gitattributes(44B)

网友评论