PHP Classes

File: composer.json

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

Contents

Class file image Download
{ "name": "dmamontov/symfony-phpcron", "description": "Daemon to run tasks scheduled cron written in php, works similar to crontab.", "type": "project", "keywords": ["Daemon", "Cron", "Crontab"], "version": "2.0.0", "license": "BSD-3-Clause", "homepage": "http://www.slobel.ru/", "authors": [ { "name": "Dmitry Mamontov", "email": "hello@slobel.ru", "role": "lead" } ], "require": { "php": ">=5.3.3", "symfony/console": "~2.6", "symfony/process": "~2.6", "symfony/filesystem": "~2.6", "symfony/finder": "~2.6" }, "support": { "email": "support@slobel.ru" }, "autoload": { "psr-0" : { "DmitryMamontov\\" : "lib/" } }, "extra": { "branch-alias": { "dev-master": "2.0.0.x-dev" } } }