Download the PHP package pnixx/crontab without Composer
On this page you can find all versions of the php package pnixx/crontab. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pnixx/crontab
More information about pnixx/crontab
Files in pnixx/crontab
Download pnixx/crontab
More information about pnixx/crontab
Files in pnixx/crontab
Vendor pnixx
Package crontab
Short Description Provides a clear syntax for writing and deploying cron jobs
License MIT
Package crontab
Short Description Provides a clear syntax for writing and deploying cron jobs
License MIT
Please rate this library. Is it a good library?
Informations about the package crontab
Crontab PHP
Crontab for PHP provides a clear syntax for writing and deploying cron jobs (inspired by whenever).
Installation
Usage
Result append or replace block to your crontab:
#===BEGIN Crontab for project: example.com
* * * * * cd /path/to/example.com && bin/console hello
0 * * * * cd /path/to/example.com && bin/console update >> /path/to/example.com/logs/execute.log
15 * * * * cd /path/to/example.com && rm -Rf /var/cache
*/2 * * * * cd /path/to/example.com && echo "Hello World!"
#===END Crontab for project: example.com
Capistrano\Symfony integration
See on Capistrano::Symfony documentation plugin for reference.
Symfony 3 command class for generation crontab
Add the following to deploy.rb
for Capistrano '~> 3.5'
All versions of crontab with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package pnixx/crontab contains the following files
Loading the files please wait ....