webcanyon / wcron
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.5.9
- doctrine/doctrine-bundle: ^1.6
- doctrine/doctrine-cache-bundle: ^1.2
- doctrine/orm: ^2.5
- incenteev/composer-parameter-handler: ^2.0
- mtdowling/cron-expression: ^1.0
- nesbot/carbon: ~1.18
- sensio/distribution-bundle: ^5.0
- sensio/framework-extra-bundle: ^3.0.2
- symfony/monolog-bundle: ^3.0
- symfony/polyfill-apcu: ^1.0
- symfony/swiftmailer-bundle: ^2.3
- symfony/symfony: 3.2.*
Requires (Dev)
- sensio/generator-bundle: ^3.0
- symfony/phpunit-bridge: ^3.0
This package is not auto-updated.
Last update: 2025-03-05 21:03:33 UTC
README
This project is a cron manager for Symfony applications or used like a standalone cron manager.
For making this to function you will need follow this steps:
Step 1
Go to your symfony project and run:
./bin/console wcron:install
Insert root password for creating symlink to /usr/local/bin/wcron
Step2
Go to terminal and run this command:
crontab -e
Paste the text from below and save changes
* * * * * /usr/local/bin/wcron /var/log/wcron.log 2>&1
Author Catalin Radoi