Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sulu/suluautomationbundle
https://github.com/sulu/suluautomationbundle
hacktoberfest php sulu sulu-bundle
Last synced: 11 minutes ago
JSON representation
- Host: GitHub
- URL: https://github.com/sulu/suluautomationbundle
- Owner: sulu
- License: mit
- Created: 2017-02-08T09:53:56.000Z (almost 8 years ago)
- Default Branch: 2.1
- Last Pushed: 2024-11-18T11:17:21.000Z (about 1 month ago)
- Last Synced: 2024-12-15T07:06:07.964Z (7 days ago)
- Topics: hacktoberfest, php, sulu, sulu-bundle
- Language: PHP
- Homepage:
- Size: 195 KB
- Stars: 16
- Watchers: 10
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SuluAutomationBundle
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](https://github.com/php-task/php-task).
## Requirements
* Composer
* PHP `^7.2`
* Sulu `^2.0`
* PHP-Task `^1.3`For detailed requirements see [composer.json](composer.json).
## Documentation
The Documentation is stored in the
[Resources/doc/](Resources/doc) folder.## Installation
All the installation instructions are located in the
[documentation](Resources/doc/installation.md).## License
This bundle is under the MIT license. See the complete license [in the bundle](LICENSE)
## Reporting an issue or a feature request
Issues and feature requests are tracked in the [Github issue tracker](https://github.com/Sulu/SuluAutomationBundle/issues).
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the
[sulu/skeleton](https://github.com/sulu/skeleton) to allow developers of the bundle to reproduce the issue
by simply cloning it and following some steps.