Skip to content

joomlatools/joomlatools-framework-scheduler

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
job
 
 
 
 
 
 
 
 
 
 
 
 

Scheduler Component for Joomlatools Framework

This is a re-usable component offering job sheduling and management for Joomlatools Framework.

Requirements

  • Joomlatools Framework 2 or newer
  • PHP 5.3 or newer
  • MySQL 5

Installation

Install using Composer. Go to the root directory of your Joomla installation in command line and execute this command:

composer require joomlatools/framework-scheduler:1.*

The component will be installed in the vendor folder of the root directory of your Joomla site. The composer installer will make sure that the component is bootstrapped from that location and made available to other components extending it or just making use of it.

Out of the box, the component will attempt to store jobs data in a database table named [component]_scheduler_jobs. An SQL dump file maybe found under the /resources/install directory for creating this database table. This database needs to be manually created for the component to function properly. At the moment we only support MySQL.

Contributing

This component is an open source, community-driven project. Contributions are welcome from everyone. We have contributing guidelines to help you get started.

Contributors

See the list of contributors.

License

Scheduler for Joomlatools Framework is free and open-source software licensed under the GPLv3 license.

Community

Keep track of development and community news.