PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Martin Pircher   PHP Cron Job Manager Script   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Cron Job Manager Script
Add PHP scripts to be executed periodically
Author: By
Last change: Update of composer.json
Date: 3 months ago
Size: 948 bytes
 

Contents

Class file image Download
{ "name": "mplx/php-toolkit-cronjob", "type": "library", "description": "PHP Toolkit Cronjob Class", "keywords": ["cron", "cronjob", "job", "schedule", "cli", "mplx"], "license": "MIT", "homepage": "https://bitbucket.org/mplx/php-toolkit-cronjob", "support": { "source": "https://bitbucket.org/mplx/php-toolkit-cronjob/src", "issues": "https://bitbucket.org/mplx/php-toolkit-cronjob/issues" }, "authors": [ { "name": "Martin Pircher", "email": "mplx+code@donotreply.at", "homepage": "http://www.pircher.net/", "role": "Developer" } ], "require": { "php": ">=5.3.3", "ext-PDO": "*" }, "suggest": { "ext-pdo_mysql": "*" }, "autoload": { "psr-0": { "mplx\\toolkit\\cronjob\\": "src/" } }, "bin": [ "bin/crontab" ], "minimum-stability": "dev" }