Download the PHP package sharkom/yii2-cron without Composer

On this page you can find all versions of the php package sharkom/yii2-cron. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package yii2-cron

Yii2 Cron job Manager

Create Cron jobs from browser, and look that run logs

Forked from vasadibt/yii2-cron with some modifications:

  1. Now it can run every kind of script, not only Yii2 console commands
  2. Added capability to have a log file in addition to DB logs
  3. Removed the runquick capabilities

ChangeLog 27/Feb/2023

  1. Add Manual Run button on cronjob page
  2. Add auto purge logs (use module param purge_log_interval | default 3 months)
  3. Fix some graphics in logs pages

ChangeLog 5/May/2023

  1. Added execution error mail notifications
  2. Added auto unlock mail notifications
  3. Added module param sendNotifications

Installation

The preferred way to install this extension is through composer.

Either run

or add

to the require section of your composer.json file.

Migration

Run the following command in Terminal for database migration:

Or use the namespaced migration (requires at least Yii 2.0.10):

Then run:

Web Application Config

Turning on the Cron Job Manager Module in the web application:

Simple example:

Console Application Config

Turning on the Cron Job Manager Module in the console application:

Simple example:

Schedule Config

Set the server schedule to run the following command

On Linux:

Add to the crontab with the user who you want to run the script (possibly not root) with the crontab -e command or by editing the /etc/crontab file

On Windows:

Open the task scheduler and create a new task

Email notifications

In order to recieve email notifications for execution errors you need to config:

  1. The module param sendNotifications to true (check Web App and Console App configuration in this readme)
  2. Set in common/config/params.php the parameters:
    1. senderEmail
    2. NotificationsEmail
  3. Configure the mailer in common/config/main-local.php

.


All versions of yii2-cron with dependencies

PHP Build Version
Package Version
Requires yiisoft/yii2 Version ~2.0.0
symfony/process Version ^5.0
dragonmantank/cron-expression Version ^1.2
kartik-v/yii2-grid Version @dev
sharkom/yii2-cronjob-widget Version ^1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package sharkom/yii2-cron contains the following files

Loading the files please wait ....