PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Dmitry Mamontov   PHP Cron Manager Class for Symfony   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Cron Manager Class for Symfony
Run scheduled tasks in crontab using Symfony
Author: By
Last change:
Date: 8 years ago
Size: 122 bytes
 

Contents

Class file image Download
<?
require_once 'vendor/autoload.php';
use
Slobel\PHPCron\Command\Application;
$cron = new Application();
$cron->run();
?>