Download the PHP package carles/scheduled-command-bundle without Composer
On this page you can find all versions of the php package carles/scheduled-command-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download carles/scheduled-command-bundle
More information about carles/scheduled-command-bundle
Files in carles/scheduled-command-bundle
Package scheduled-command-bundle
Short Description Manage scheduled commands from Symfony
License MIT
Homepage https://github.com/carlespibernat/scheduled-command-bundle
Informations about the package scheduled-command-bundle
Command Scheduler Symfony bundle
This bundle lets you schedule commands using the unix at
command.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Usage
To schedule a command simply configure a ScheduledCommand
and persist it:
The bundle uses doctrine events to create an at
job with the configured command. The command
will be stored in a file under the configured directory.
The default directory is /tmp, but feel free to change it in the configuration:
At the moment this bundle is only working in unix environments where the at
command
is installed, but it would be nice to add Windows compatibility in the future.
All versions of scheduled-command-bundle with dependencies
symfony/http-kernel Version ^4.4|^5.0
symfony/dependency-injection Version ^4.4|^5.0
symfony/config Version ^4.4|^5.0
symfony/orm-pack Version ^1.0