2017 © Pedro Peláez
 

library phpframework-scheduler

image

app-zap/phpframework-scheduler

  • Monday, January 19, 2015
  • by smichaelsen
  • Repository
  • 2 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHPFramework Plugin: Scheduler

This package is a plugin for PHPFramework., (*1)

Installation

Include this package as requirement in your composer.json. For example:, (*2)

{
  ...
  "require": {
    ...
    "app-zap/phpframework-scheduler": "dev-develop"
  }
}

To load the plugin enable it in your settings.ini:, (*3)

[phpframework]
plugins.AppZap\PHPFrameworkScheduler = true

Setup

This plugin requires a certain SQL structure. You have to include it yourself, because PHPFramework isn't capable to load plugin SQL yet:, (*4)

SQL

The Versions

19/01 2015
16/01 2015

dev-master

9999999-dev

  Sources   Download

The Requires