sascha-beloborodov/symfony-run-console-bundle

Run console command via http

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/sascha-beloborodov/symfony-run-console-bundle

v0.0.1 2022-10-18 05:48 UTC

This package is auto-updated.

Last update: 2025-09-18 12:33:30 UTC


README

создать файл config/packages/health_check.yaml и добавить:

run_console:
  commands: ['%your-command-name%'']

добавить в файл config/routes/annotations.yaml

run_console:
  resource: '@RunConsoleBundle/Controller'
  type: attributes

НЕ ВКЛЮЧАТЬ НА ПРОДЕ в bundles.php

TODO:

  • перейти на Process
  • управлять выводом (долгий запрос, асинхронность, держать в памяти-файлах)