sulu/automation-bundle

The Sulu Bundle which provides automation functionality

Installs: 198 124

Dependents: 8

Suggesters: 2

Security: 0

Stars: 12

Watchers: 10

Forks: 16

Open Issues: 4

Type:sulu-bundle

2.1.1 2023-03-15 20:28 UTC

This package is auto-updated.

Last update: 2024-04-14 09:39:28 UTC


README

Official Sulu Bundle Badge

GitHub license Test workflow status Sulu compatibility

The SuluAutomationBundle provides a way to manages future tasks which can be scheduled for entities in the Sulu-Admin. For example schedule the publishing of a page to a specific datetime in the future.

To schedule tasks this bundle uses the php-task library.

Requirements

  • Composer
  • PHP ^7.2
  • Sulu ^2.0
  • PHP-Task ^1.3

For detailed requirements see composer.json.

Documentation

The Documentation is stored in the Resources/doc/ folder.

Installation

All the installation instructions are located in the documentation.

License

This bundle is under the MIT license. See the complete license in the bundle

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the sulu/skeleton to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.